Server IP : 66.29.132.124 / Your IP : 18.119.116.125 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/diixadigital.com/wp-content/plugins/jetpack/_inc/ |
Upload File : |
<?php /** * Globally registers the 'genericons' style and font. * * This ensures any theme or plugin using it is on the latest version of Genericons, and helps to avoid conflicts. * * @package automattic/jetpack */ /** * Registers Genericons if not already done so by other code. */ function jetpack_register_genericons() { if ( ! wp_style_is( 'genericons', 'registered' ) ) { wp_register_style( 'genericons', plugins_url( 'genericons/genericons/genericons.css', __FILE__ ), false, '3.1' ); } }