Lines:
1 to 19 of 19
<?php // (C) Copyright Bobbing Wide 2016,2017 /* class oiksc_404_handler */ /* function oiksc_404_handler::instance() – Return a single instance of this class */ /* function oiksc_404_handler::__construct() – Constructor for 404 handler */ /* function oiksc_404_handler::get_post_type_object() – Find the post_type_object */ /* function oiksc_404_handler::entry_title() – Return the entry title */ /* function oiksc_404_handler::get_name() – Get the name specified */ /* function oiksc_404_handler::handle_404() – Filter the 404 text */ /* function oiksc_404_handler::handlers() – Return the handler for each post type */ /* function oiksc_404_handler::attach_post_type_handler() – Attach the handler for this post_type */ /* function oiksc_404_handler::handle_post_type() – Generic post type 404 handler */ /* function oiksc_404_handler::handle_oik_api() – oik_api 404 handler */ /* function oiksc_404_handler::handle_oik_plugins() – oik-plugins 404 handler */ /* function oiksc_404_handler::another_like() – Find potential matches to the query */ /* function oiksc_404_handler::another_like_api() – Alternative ‘like’ API – tbc */ /* function oiksc_404_handler::perform_queries() – Run the queries and display results */View on GitHub