WordPress does not log anything natively. Closest it has to such functionality are just post revisions and ability to enable logging of PHP errors.
There are plugins around to log events, but since you hadn’t one installed in advance it won’t help you retroactively.
If you think it was from action by logged in user you might get some information from web server’s HTTP logs, since they should capture requests to WP admin pages.
Related Posts:
- Would manually deleting the dumping data fix a “#1062 – Duplicate entry ‘1’ for key ‘PRIMARY'” phpMyAdmin error?
- POSTS list in WordPress by views
- #1062 – Duplicate entry ‘1’ for key ‘PRIMARY’
- phpMyAdmin displays error when importing database
- How to display data from custom table in wordpress phpmyadmin
- Is it possible to create a wordpress database with php code?
- Trouble Installing WordPress Get PHP Not Running Answer
- Update a buggy installation
- how to get serialized post meta
- Live to Local on MAMP, not working, outputting functions.php code
- WordPress redirects to old login after migration
- phpMyAdmin error #1062 – Duplicate entry ‘1’ for key ‘PRIMARY’
- Plugin can’t write to database even though permissions appear correct?
- Error establishing a database connection (Set-up locally)
- Updating user meta adds string count to value?
- Unable to insert two value in two different columns (WordPress database)
- why not selecting multiple rows of same standard_id using SQL query from database?
- Can I disable auto increment of WordPress Posts Database to utilize previously deleted records?
- WordPress PHP version
- 403 Forbidden Localhost Wamp Apache Php
- Changing WordPress author name in database
- How to merge 2 WordPress sites?
- How to run site locally after downloading database
- How to use phpspreadsheet reader with $wpdb
- Importing data from excel sheet on webpage rather than from within phpMyAdmin
- 404 Error after URL update
- How to return count number from a wordpress database
- Is it possible to create new user from external form using REST API?
- WP_Query: getting posts where custom field exists
- Foreach loop inside an array_merge
- page-slug.php not working but only for specific slug
- {$key} or $key?
- How to show meta value code HTML after x paragraph
- Redirect to a page for only logged in user
- Send a mail to specific address in a custom field when a new comment is made on a specific post
- Display the 3 latest WordPress Posts on a Static Page Outside WordPress
- Export Form Data to a CSV then send it as an attachment – contact form 7
- Override user-edit.php to design own profile page
- Remove extract from function
- Undefined offset: 3 in custom function
- List all blogs, but exclude the main site
- How to append to an array and return the results in a filter?
- How to specify the path for require_once in a child theme?
- Set site title & tagline with wp.config or function.php
- How can I add a new row in a separate database when someone registers via WordPress?
- Shortcode to embed Edit Account form not working
- Redirecting to a custom forgot password page
- How to pass a variable to get_template_part that’s updated every time the template part is called?
- Warning: printf(): Too few arguments in helpers.php file
- $_SESSION variable not saving on page refresh or new page
- Form search query – displaying ACF “Post Object” field as results
- Errors after upgrading PHP to 7.4 WordPress
- Design with Elementor and code the rest?
- Add additional functions file instead of functions.php
- How to make jquery count down timer function manually editable
- Issue with fetching mysql data and displaying results via shortcode in webpage
- wp_insert_post() with HTML tags using PHP
- How to rename woocommerce-billing-fields
- Any ideas why I am getting “I’m getting “wp-admin/admin-ajax.php 401 (Unauthorized)”
- InnerBlocks with allowedBlocks not working with acf_register_block
- Can a plugin redirect product page based on IF condition?
- Cant register rest routs from class instance
- Hierarchical taxonomy list with modificated term links
- How can i change variable if condition is not met
- Shortcode not staying inside div tag
- if isset not working for undefined index, how to fix
- HTML showing after PHP code in tag
- What’s a good way to allow overwriting files within a child theme if I want the same folder structure?
- Decoded malware code [closed]
- Double Curly Brackets in Php
- Line breaks inside shortcode variable
- How to return site_url() without https://
- WordPress filter load_textdomain_mofile not working inside a child theme’s functions.php but works form inside a plugin
- How set a custom URL for a new theme file in WP?
- PHP-warning in post-template.php and no loading content on pages
- How to unlink all posts from tracking same amount of views
- Connecting to another server database from the wordpress plugin
- Site Health says I’m running an older version of PHP even after I upgraded to 7.4.4
- Login redirect. Check user meta and redirect accordingly
- PHP Notice: Undefined offset: -1 – Navigation Previous/Next
- WordPress REST API register_rest_route give a 500 error
- How to use wordpress function wp_enqueue_script() in php?
- Where to insert redirect code based on http_referer?
- Add class to website based on post taxonomy
- Form Submission Not Working In Custom Theme
- Need php code’s output to display underneath a Divi Module
- Where is the PHP code generating an element?
- How do I check or test a WordPress Auto Year Change Script?
- Parse error: syntax error, unexpected ‘,’
- Prevent redirect to wp-login.php
- Extending WP_Customize_Media_Control to return filename
- Insert page content into another page with a changed variable
- Decimal values via get_option() with custom local (decimal point = comma)
- WP_Query | IF within $args array | Help me only add specific arguments if the argument is not blank
- Noindex Posts From Certain Authors In WordPress
- In WordPress, how do I get the number of posts next to single_cat_title(”); in the category.php file?
- Use get() method to grab all categories and output inside another method
- Seo Friendly Filter URLs
- Include only posts with meta key “add_in_rss” in RSS Feed
- Pass Variables or Variable Place-Holder from Editor to PHP