The function in question is defined in general-template.php
, which is loaded unconditionally in wp-settings.php
. In other words it should be available in almost any WordPress core load (outside of very rare custom loading routines).
My educated guess would be is that some bot simply pings that index.php
file directly, without going through WP URL and proper core load. You can likely confirm this by digging for those hits through your web server’s access logs.
Related Posts:
- How do I make an HTML table from a database table?
- dbDelta support for FOREIGN KEY
- How can I save a multiple select array with the settings API for a plug-in options page?
- WP-CLI – Selecting PHP version
- Inject post (from specific category) between posts in Loop
- Place page title in header?
- Gutenberg Blocks doesn’t render correctly when using do_blocks
- WordPress new user / forgot password emails are broken
- Initialize WordPress environment to use in a real cron script
- How to get year, month and hour in WordPress?
- “wp_enqueue_style();” don’t load new edited style
- Allowed memory size of 268435456 bytes exhausted (tried to allocate 64 bytes)?
- Specified file failed upload test. wp_upload_handle
- Want to separate sections of posts. Can you restart loop?
- How do I create comment-reply-button using element not
- How to Add a Link to the Drop-Down User Menu in the Admin Bar?
- Removing WordPress profile fields from non-admins
- Remove username in emails or swap username for email
- Issue with foreach on duplicate meta_key’s
- Why am I getting ERR_NAME_NOT_RESOLVED when I add a site to my multisite installation? [closed]
- How to display custom field on homepage
- List of posts by day of the week
- How to add custom taxonomy slug in CPT permalink?
- What SQL / WordPress queries would need a nonce?
- Show custom field if it exists, and show different elements if it doesn’t
- Creating bulk posts with Youtube videos
- How to test nonce with AJAX – Plugin development
- How to do multiple searches (with logical OR) in WP_Query in hook pre_get_posts?
- add_image_size for header_image
- PHP Warning: Attempt to read property “term_id” on bool
- Fatal error: Uncaught Error: Call to undefined function test()
- Cannot access wp-admin/wp-login.php (WordPress backend) anymore, what could be wrong?
- Return a numerical function value in Customizer controls
- Passing UTM Parameters To Modify Page In WordPress
- How can I get the values of my WordPress $wpdb query in Jquery?
- Enable custom logo upload if logo is not in header
- Adding function to Genesis genesis_header [closed]
- theme_root returning a truncated URI
- Echo string and function?
- Only first shortcode gets executed
- Adding wrapper elements in the_date() like in the_title()?
- What is the latest WordPress that will work on PHP 5.2.17?
- Get all categories post is not in
- Function returns post URLs rather than retrieving Facebook Graph API data
- Error while setting role
- Editing a PHP file to include a small text piece on every page
- trying to put an active hover to my custom nav category buttons [closed]
- PHP code for displaying WordPress posts in a static page not working
- WordPress hit memory limit but not from the server
- Can’t successfully check if post with title exist in database
- Handling repeater data
- Adding Updated Post Date PHP Custom Theme
- Filter results from a serialized string to use on statistics
- Create a a form for custom taxonomy terms
- form built dynamically with php, not submitting
- Post to WordPress from another Server via PHP
- How to make blog post entries appear as input form instead of just text?
- If is page, archive or search output this code
- Child Theme’s Read More Text
- What is the difference between Null vs Empty (Zero Length) string?
- call a string/function from database
- Get date function not working
- WP_Query – How to query all of post types categories
- How to work Woocommerce pagination inside shortcode?
- Grabing default from cuztomizer php file instead of other php script
- Trying to add Custom Post Type to this functions.php command
- Apply function.php filter only if url not has /amp/
- ACF Taxonomy field values not select in backend
- Place product field value as variable in php
- Dynamic “home” image and URL based on current folder
- How to get current post id in gform_field_validation gravity forms
- I can’t load my images from a js file using wp_localize_script
- Autoloading Classes in Plugins
- Put a span class in the shortened product title
- Right way to display the_author_meta fields?
- Comparing Dates within plugin using PHP If statement
- Calling header from JavaScript file
- Highlight Single Page Ancestor
- ajax form with multiple submit buttons and values
- Unserializeing multiple column values that are stored in one database results variable
- WordPress – custom navigation item classes
- Is there a way to randomize and connect a background and header image?
- Post Thumbnail on Single (if elseif else)
- Keeps asking Connection Information upon update to 3.5.1 (but not for plugins?)
- dynamically filter by category via sub-menu
- How can I add more code to this?
- Sidebar doesnt get updated?
- Edit the Publish Widget Options
- Display custom meta box in my template file
- wp_enqueue_style conflict when using in different action hooks
- WordPress developer
- If the_content’s string length is greater than 0, show post otherwise dont
- WordPress post pagination on custom template not working
- get_option(‘admin_email’) not working in wordpress when using ajax call
- How do I update product shipping using PHP in WooCommerce?
- How can I edit the WooCommerce Mini DropDown Cart to read as follows
- wp_enqueue_scripts with JS script as a string
- Why can’t I enter the wordpress admin interface?
- base64_encode conflict with convert_smilies in wordpress
- Import js variables loaded via wp_localize_script() into js module without global scope connection