Current Path: > home > > > > transcarter > www > > > wp-content > themes > bridge > framework > admin > options > error404
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.8 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
map.php | File | 1515 bytes | March 10 2023 20:42:10. |
<?php if(!function_exists('bridge_qode_error_options_map')) { /** * Error options page */ function bridge_qode_error_options_map() { $error404Page = new BridgeQodeAdminPage("_404", esc_html__("404 Error Page", "bridge"), "fa fa-times-circle-o"); bridge_qode_framework()->qodeOptions->addAdminPage("error404Page", $error404Page); //404 Page Options $panel1 = new BridgeQodePanel(esc_html__("404 Page Options", "bridge"), "page_error_options_panel"); $error404Page->addChild("panel1", $panel1); $title_404 = new BridgeQodeField("text", "404_title", "", esc_html__("Title", "bridge"), esc_html__("Enter title for 404 page", "bridge")); $panel1->addChild("404_title", $title_404); $subtitle_404 = new BridgeQodeField("text", "404_subtitle", "", esc_html__("Subtitle", "bridge"), esc_html__("Enter subtitle for 404 page", "bridge")); $panel1->addChild("404_subtitle", $subtitle_404); $text_404 = new BridgeQodeField("text", "404_text", "", esc_html__("Text", "bridge"), esc_html__("Enter text for 404 page", "bridge")); $panel1->addChild("404_text", $text_404); $backlabel_404 = new BridgeQodeField("text", "404_backlabel", "", esc_html__("Back to Home Button Label", "bridge"), esc_html__('Enter label for "Back to Home" button ', 'bridge')); $panel1->addChild("404_backlabel", $backlabel_404); } add_action('bridge_qode_action_options_map','bridge_qode_error_options_map',140); }
SILENT KILLER Tool