You appear to be a bot. Output may be restricted
Description
Implement 'genesis_404' action for oik-shortcodesHere we determine whether or not we're going to hook into the filters run on our genesis 404 page. If we are then we attach the filter to handle 'genesis_404_entry_title' this will then choose the right filter for entry content.
Usage
oiksc_genesis_404();
Parameters
Returns
voidSource
File name: oik-shortcodes/oik-shortcodes.phpLines:
1 to 5 of 5
function oiksc_genesis_404() { oiksc_autoload(); $oiksc_404_handler = oiksc_404_handler::instance(); $oiksc_404_handler->attach_post_type_handler(); }View on GitHub