| Server IP : 87.229.120.60 / Your IP : 216.73.216.245 Web Server : Apache System : Linux outside 5.4.8_Algonet_ZeroMAC_0.9.4.8 #6 SMP Mon Feb 3 20:36:07 CET 2020 x86_64 User : server ( 1002) PHP Version : 8.3.20 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/faktorteam/www/wp-content/themes/rife-free/advance/ |
Upload File : |
<?php
class Apollo13Framework_Rife_Uni{
function __construct(){
add_filter( 'apollo13framework_docs_address', array( $this, 'docs_link' ), 10, 2 );
add_filter( 'apollo13framework_docs_locations', array( $this, 'docs_locations' ), 10, 2 );
}
function docs_link() {
return 'https://rifetheme.com/help/';
}
function docs_locations() {
return array(
'license-code' => 'docs/getting-started/where-i-can-find-license-code/',
'header-color-variants' => 'docs/customizing-the-theme/header/variant-light-dark-overwrites/',
'importer-configuration' => 'docs/installation-updating/importing-designs/importer-configuration/',
'export' => 'docs/installation-updating/exporting-theme-options/',
'support-forum' => 'docs/getting-started/support-forum/',
);
}
}
new Apollo13Framework_Rife_Uni();