| Server IP : 91.237.33.134 / Your IP : 216.73.216.68 Web Server : Apache System : Linux webko.zupo.si 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : sipek_instalacije ( 10045) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/sipek-instalacije.si/httpdocs/wp-content/themes/rife/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();