Submit
Path:
~
/
home
/
getwphos
/
public_html
/
wastefull
/
wp-content
/
plugins
/
elementor-theme-core
/
inc
/
redux
/
File Content:
class-ReduxFrameworkInstances.php
<?php /** * This class just is used for older theme */ class ReduxFrameworkInstances { /** * Get Instance * Get Redux_Instances instance * OR an instance of ReduxFramework by [opt_name] * * @param string|false $opt_name the defined opt_name. * * @return ReduxFramework class instance */ public static function get_instance( $opt_name = false ) { if ( $opt_name && class_exists('Redux_Instances') ) { return Redux_Instances::get_instance($opt_name); } return null; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
class-ReduxFrameworkInstances.php
670 bytes
0644
N4ST4R_ID | Naxtarrr