WordPress.org
News
Showcase
Hosting
Extend
Themes
Plugins
Patterns
Blocks
Openverse
↗
︎
Learn
Learn WordPress
Documentation
Forums
Developers
WordPress.tv
↗
︎
Community
Make WordPress
Photo Directory
Five for the Future
Events
Job Board
↗
︎
About
About WordPress
Enterprise
Gutenberg
↗
︎
Get WordPress
Search Trac
Get WordPress
Make WordPress Core
Blog
Handbook
Tickets
Components
Browse Source
Trac Timeline
Create a New Ticket
Search:
Login
Notifications
Context Navigation
Back to Ticket #2425
Ticket #2425
: wp-cron.php
File wp-cron.php,
112 bytes
(added by
ryan
,
19 years ago
)
wp-cron.php
Line
1
<?php
2
require_once
(
'./wp-config.php'
);
3
4
if
(
$_GET
[
'check'
]
!=
md5
(
DB_PASS
.
'187425'
)
)
5
exit
;
6
7
wp_cron
();
8
9
?>
Trac UI Preferences
Download in other formats:
Original Format