X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/themes/rife-free/advance
home
/
oakwood
/
public_html
/
wp-content
/
themes
/
rife-free
/
advance
/
ðŸ“
..
ðŸ“
admin
📄
class-apollo13-framework.php
(44.31 KB)
📄
compatibility.php
(3.19 KB)
📄
cpt-admin.php
(3.42 KB)
📄
customizer.php
(18.69 KB)
📄
elementor-pro.php
(418 B)
📄
head-scripts-styles.php
(23.32 KB)
ðŸ“
inc
📄
index.html
(34 B)
📄
meta.php
(73.64 KB)
ðŸ“
plugins
📄
rife.php
(5.87 KB)
📄
rife_uni.php
(885 B)
📄
sidebars.php
(3.93 KB)
📄
theme-options.php
(202.69 KB)
📄
user-css.php
(89.54 KB)
ðŸ“
utilities
📄
vc-extend.php
(3.77 KB)
ðŸ“
walkers
Editing: rife_uni.php
<?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();
Upload File
Create Folder