According to the Template Page hierarchy, https://developer.wordpress.org/files/2014/10/wp-hierarchy.png the only template page WP will load is 404.php
But, you might try this in your mu-plugins:
//Some function to check database to see if this URL should exist
if ( ! checkIfPageExists( $_SERVER['REQUEST_URI'] ) ) {
//Set 404 Status
status_header( "404" );
get_header();
//do your custom 404 code here
get_footer();
}
I’m not sure it’ll work, but give it a try
Related Posts:
- Selectively update themes in WordPress multisite
- How to get the path to the current theme?
- Why does WordPress use outdated jQuery v1.12.4?
- Changing Plugin Load Order
- What is an alternative method to the WordPress private _doing_it_wrong() function
- Should I create a theme or a plugin?
- Where do I start from
- Check for featured image in WP_Query
- wp_remote_get doesn’t work with secure connections https?
- Update exisiting site to 3.5 release candidate
- Get file headers in custom file
- add_filter and remove_filter added before and after wp_query
- What is the difference between strip_tags and wp_filter_nohtml_kses?
- Having Problem On Getting WP Post Gallery Images URL
- How to: get main plugin/theme file?
- add_theme_support using a plugin
- How to bundle a plugin with a theme, or vice versa
- WordPress Media mime type filter problem 4.0
- How Can I setup WP CLI on Windows development machine running AMPPS?
- WP_LOCALIZE_SCRIPT doesn’t work
- What is the difference between these two methods of writing $ instead of jQuery in WordPress [closed]
- What is the best way to overwrite /wp-admin/ms-delete-site.php
- Modify a Free Plugin available on wordpress.org & include with my Premium Theme? [closed]
- Where should I store global data for my multi-site WordPress plugin?
- Paging on a future post loop?
- unable to stop loop when using wp_insert_post with publish_post hook
- Best choice of options/settings framework for plugin/theme development
- Is there any way to have Featured Text, as opposed to Featured Image?
- Find source of notice / warning / errors efficiently
- Problem with is_active_sidebar?
- StackExchange clone using WordPress?
- Sharing common functionality (functions, template parts) between plugins and themes?
- Display content from custom post without modifying the single template
- Can I change header.php of current theme through a plugin function?
- How to associate an existing user to a site in a multisite setup programmatically
- Tried in different ways but sidebar not working?
- Short code not working in boostrap modal dont no why?
- Is there a way to list all actions registered by a plugin or theme?
- Howto: Use Custom Post Types as Submenu Items in Admin
- How to hook a custom user function to a wordpress core ajax action?
- Elementor custom Query with ACF fields to show matching woocommerce products custom fields
- WP Gutenberg Blocks – How to limit first/root blocks
- How developed with version control word press site on shared host? [closed]
- Following WordPress Markup Is mandatory, got awkward resultyby wordpress standard markup?
- How do I create plugin or theme using MVC pattern?
- How to limit number of number of categories displayed by categories widget
- PowerPress mobile media player
- When is the proper time to minify css and js with git workflow?
- How to Get Current Custom Post Type Associated Taxonomy Term
- Plugin templates vs Parent Theme
- how to invoke wordpress API from other existing PHP system
- Warning: include(): https:// wrapper is disabled in the server configuration by allow_url_include=0
- WP Multisite login not working on one subsite. Possibly cookies/ history issue?
- Plugin is not generating title tags on any pages or posts
- Is it necessary to do validation again when retrieving data from database?
- Can’t change the style of a submit input type? [closed]
- Make a plugin page out of influence of the theme’s style
- Custom entity search and display
- get_the_tags with separator control?
- 400 Bad Request, in wordpress theme development, wp_ajax
- Add child pages to submenu automatically
- Issue on Setting $icon_url Parameter on WP add_menu_page()
- Why would you use esc_attr() on internal functions?
- WP: Search and replace in DB programmatically
- Ajax: Populate with content from a post’s ID not working – duplicating current page html instead
- How to get current logged-in user details in multisite?
- add_action wp_ajax_ not loading in plugin file WP Network
- How to replace settings in WordPress plugin from a theme
- Save temporary registration data
- WordPress dynamic widget by location?
- How to edit wp-signup.php content using plugin
- Setting a post’s category
- How can the_excerpt (or equivalent) be called on a category description?
- Change the behaviour of a button
- WP_Query order posts by category
- Configuring Xdebug with docker compose
- How to access index file in Block Themes?
- How to show comments from different Plugins to same post type?
- Want to know how to reveal a WordPress theme, considering the theme name is hidden?
- Redirection from a specific page for users logged in but not with membership
- Metabox types list
- Autoloading & Namespaces in WordPress Plugins & Themes: Can it Work?
- Custom premium registration form and profile page for a WordPress Web Application
- How to destroy or dispose wordpress uploder/manager?
- Font Awesome stopped showing icons, shows &# text instead [closed]
- Same header/footer in Admin, across all network sites in multisite
- To remove rendering of menus and header, plugin or theme?
- Managing Custom Designed Content
- Generate activation url
- Display Data’s metabox in page
- Ajax functions – no access to wp-admin.php only online
- Saving multiple fields as array
- How can I make my website with wordpress having on-spot editing feature as compared to concrete5 CMS?
- Using tag or inline style attribute?
- Gutenberg text field validation
- how to catch a data from a array in WordPress
- How react js and other Javascript Technologies works on WordPress plugin?
- Is there any other ways to replicating changes on live from staging without pushing from git
- Fetch Custom Woocomerce filed data and check the data avialble in Wp-user table as nicname or username using function.php
- Remove Gutenberg Buttons Block