This depends very much on you setup and how you want to be able to see this.
If you look in the source code of a page, you are very likely to be able to see which page is WP generated, because there will be strings like wp-content and wp-includes present (for instance because jquery is loaded by default). You could also add a specific code to the head of your site like this:
add_action ('wp_head','wpse376765_add_code');
function wpse376765_add_code () {
echo '<meta name="wpmademe">';
}
If you want it to be visible in the page itself, the easiest way would be to attach a little marker for admins only by including this in the functions.php of your theme:
add_action ('wp_footer','wpse376765_add_code_to_footer');
function wpse376765_add_code_to_footer () {
if (is_admin()) echo '<span>WP made me</span>';
}
Related Posts:
- How to check if the product is in a certain category on a single-product.php in Woocommerce?
- Create a table in custom plugin on the activating it?
- How to eliminate weird 404 errors in wp-admin?
- How would you require and automatically download dependent plugins?
- How to call plugin path in JS?
- Create WooCommerce Product Category Programmatically
- Getting Custom Post Type content from main-site of a Multisite
- Editor not displaying dynamically after clicking on the button
- Custom Widget Creating PHP Exception When Placed In Its Own PHP File
- How to set value/term of a Woocommerce attribute text field in admin panel?
- WordPress Plugin development Call to undefined function jQuery()
- Conditional Display of Links in Widgets
- Disable plugin on Specific Page of Admin
- How to add nofollow on all external links without plugin?
- wp_enqueue_scripts not working inside shortcode
- Over write plugin templates
- Tracking Disqus comments on Google Analytics
- PGP-Encrypt system-generated notifications
- Using has_filter with a class based plugin to check whether the plugin is active or not
- Social sharing post’s shortlink instead of permalink
- Handling jQuery Component Collision
- Plugin/Folder permission issues with Azure
- Get data from plugin People list in author template
- How to limit WordPress pages during updates?
- ajax front-end increment views on click
- WordPress converting my code
- Plugin to list active plugins across networked sites
- How do i save plugin-specific info?
- Adding custom code to a WordPress site
- Prevent a plugin from being automatically activated
- Output array into one table cell
- How to add a full edit link to front-end editor?
- How to Create a Custom Panel and Fields in Post Page [Plugin]
- get_post_type() and WP_QUERY issue
- Python with wordpress plugin
- WooCommerce deleted all my menus, categories, theme, pages [closed]
- WordPress Post Visibility Options for Frontend
- TinyMCE Styles Dropdown not adding html tags other than span
- How do I go back to wordpress 3.5
- My WordPress website was hacked [closed]
- add_action in a custom plugin
- AJAX fileupload – TypeError: not a function ajaxSubmit()
- How to backup single post in wordpress [closed]
- archive_template override when no posts exist
- How can I modify admin bar only if my plugin is loaded
- How to execute a plugin on a single page only?
- Allowing users to Sign-up > Login > Post articles that need approval
- What is a good plugin for making a template that can be reused to make several objects on a single page?
- Hotel reservation plugin you would recommend [closed]
- standard custom page template hierarchy for plugins
- Adding custom meta boxes to specified custom post type
- WordPress – source link plugin – how to modify it?
- How do I make a shortcode to display the shop name on Dokan?
- Index.php using 100% CPU [closed]
- Automatic WordPress Clone Backup
- How to write to a separate PHP file in plugin settings
- Can’t Install/Upgrade Plugins Through WordPress
- How do i specify a url to which to redirect the user after he logs out from facebook?
- hardcoded wp pages/plugins problems
- Gantry Framework: new page loads homepage content instead of page content
- What’s the best way to echo out a filter variable?
- How to show multi line output from metabox
- How to keep plugin (media-sync) running even the tab is closed?
- Load CSS before Theme CSS
- WordPress Media Library Folders + Custom Linux Server Hosting
- How does the WP repository determine that two plugins are the same when counting active installs?
- Visual composer custom element error
- Attempting to list all product categories and the price range of all products within them
- Is classical wordpress eidtor a good option for me to include a large table with a large number of images on my webpage?
- A dynamic table plugin to get user input
- What plugin would make this happen? If is the theme
- translate wordpress website from english to arabic
- how to add a hidden type input to wp admin login form programmatically
- when i activate my WordPress plugin cannot see customizer options or preview
- Writing SEO for Homepage when homepage is set to display latest posts
- How to Modify WordPress Plugin Placement/Position on Post Page?
- Plugin Options Page and Subpage
- Protect WordPress option value
- wp rest api (v2) filter not working (404 error – rest_no_route)
- WordPress PHP error getting posts from another wordpress blog
- Returning incorrect $post->ID after installing plugin
- ABSPATH doesn’t work
- WordPress crob job performance
- How to disable wordpress page rewrite rule?
- How know the “admin” blog from wordpress multisite?
- Modifying WordPress XML-RPC Built-Ins
- wp_query for more fields plugin
- contact 7 plugin stops some pages from working properly
- Disqus plugin outputs script as literal text
- WordPress “Categories to tag converter” not working on imported Blogger posts
- Shortcode return is printing a 1 afterward
- How we add tabs in plugin page
- Custom booking form field not saving
- Woocommerce Revenue
- How to register new elementor widget in functions.php
- Foreach retun in shortcode
- Plugin Option Fire Custom Function After Save
- Display file contents within Plugin
- PHP – Unexpected character in input: ” (ASCII=20) state=0
- Call to undefined function create_function() – PHP 8.2