All Projects → bradp → static-404

bradp / static-404

Licence: GPL-2.0 license
⚡️ A WordPress plugin to quickly send a 404 for missing static files

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to static-404

404-to-301
Manage 404 errors on your WordPress site and redirect them to any pages using 301 redirect for SEO
Stars: ✭ 11 (-54.17%)
Mutual labels:  wordpress-plugin, 404
repeater2-for-gravity-forms
A Gravity Forms add-on that allows specified groups of fields to be repeated by the user.
Stars: ✭ 19 (-20.83%)
Mutual labels:  wordpress-plugin
flexible-templates
Allows saving templates of the "Flexible Content" field, for easy and fast use of them on other pages.
Stars: ✭ 36 (+50%)
Mutual labels:  wordpress-plugin
wordpress-vanilla
Official WordPress plugin for Vanilla Forums integration.
Stars: ✭ 18 (-25%)
Mutual labels:  wordpress-plugin
bbresolutions
A bbPress plugin to set your forum's topic resolutions.
Stars: ✭ 13 (-45.83%)
Mutual labels:  wordpress-plugin
block-navigation
Sidebar with the current post blocks and some tools to facilitate the editing process in the Gutenberg editor.
Stars: ✭ 16 (-33.33%)
Mutual labels:  wordpress-plugin
geo-query
WordPress plugin: Geo Query - Modify the WP_Query/WP_User_Query to support the geo_query parameter. Uses the Haversine SQL implementation by Ollie Jones. With a Rest API example and support for an existing custom table .
Stars: ✭ 63 (+162.5%)
Mutual labels:  wordpress-plugin
wm-settings
Based on the WordPress Settings API, this class generates options pages. It supports all basic input types, selects and all, but also media uploads, which is quite neat.
Stars: ✭ 21 (-12.5%)
Mutual labels:  wordpress-plugin
import-products-from-gsheet-for-woo-importer
Import products from Google spreadsheet by standard woocommerce import.
Stars: ✭ 16 (-33.33%)
Mutual labels:  wordpress-plugin
device-mockups
No longer mirroring this repo with .org
Stars: ✭ 27 (+12.5%)
Mutual labels:  wordpress-plugin
plugin-unit-test-demo
Sample WordPress plugin to illustrate unit tests
Stars: ✭ 17 (-29.17%)
Mutual labels:  wordpress-plugin
acf-typography
A Typography Add-on for the Advanced Custom Fields Plugin
Stars: ✭ 14 (-41.67%)
Mutual labels:  wordpress-plugin
acf-vimeo-pro-data
Vimeo PRO Data field for Advanced Custom Fields v5
Stars: ✭ 14 (-41.67%)
Mutual labels:  wordpress-plugin
wp-offline
Use WordPress without all online-checks. Deactivate autoupdate for core, plugins and themes
Stars: ✭ 47 (+95.83%)
Mutual labels:  wordpress-plugin
commons-booking
Wordpress plugin for managing and booking of common goods. New Version 2: https://github.com/wielebenwir/commonsbooking
Stars: ✭ 24 (+0%)
Mutual labels:  wordpress-plugin
babel-errors
Nicer error messages for Babel
Stars: ✭ 15 (-37.5%)
Mutual labels:  error-handling
retryx
Promise-based retry workflow library.
Stars: ✭ 21 (-12.5%)
Mutual labels:  error-handling
bookmark-manager
WordPress plugin for managing bookmarks
Stars: ✭ 15 (-37.5%)
Mutual labels:  wordpress-plugin
wordpress
📚 Recursos para aprender WordPress
Stars: ✭ 20 (-16.67%)
Mutual labels:  wordpress-plugin
Post-Series
a wordpress plugin for post series support
Stars: ✭ 16 (-33.33%)
Mutual labels:  wordpress-plugin

Static 404

A WordPress plugin to quickly send a 404 for missing static files.

Quickly output a 404 for static files that aren't found, rather than loading the normal 404 page.

Any static files ( images, text, pdfs, etc ) that don't exist will 404 as soon as possible, rather than loading the entire WordPress application.

Details

By default, the list of extensions to check are the results of wp_get_ext_types, but can be filtered with static_404_extensions.

The output is a static page with the text 404 Not Found, this text can be edited by filtering static_404_message.

A 404 status code will be used, but can be filtered with static_404_response_code.

Passing true to static_404_should_process_request will short-circuit and skip processing the request. This filter gets passed the current request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].