File manager - Edit - /home/monara/public_html/test.athavaneng.com/rankmath.tar
Back
component.php 0000644 00000001453 15073230041 0007255 0 ustar 00 <?php /** * Kadence\Rankmath\Component class * * @package kadence */ namespace Kadence\Rankmath; use Kadence\Component_Interface; /** * Class for adding Tankmath plugin support. */ class Component implements Component_Interface { /** * Gets the unique identifier for the theme component. * * @return string Component slug. */ public function get_slug() : string { return 'rankmath'; } /** * Adds the action and filter hooks to integrate with WordPress. */ public function initialize() { add_action( 'wp_enqueue_scripts', array( $this, 'add_styles' ), 60 ); } /** * Add some css styles for Restrict Content Pro */ public function add_styles() { wp_enqueue_style( 'kadence-rankmath', get_theme_file_uri( '/assets/css/rankmath.min.css' ), array(), KADENCE_VERSION ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings