X7ROOT File Manager
Current Path:
/home/notabjze/starbudzca.com/wp-content/plugins/jetpack/_inc
home
/
notabjze
/
starbudzca.com
/
wp-content
/
plugins
/
jetpack
/
_inc
/
ðŸ“
..
📄
accessible-focus.js
(620 B)
ðŸ“
blocks
📄
blogging-prompts.php
(8.49 KB)
ðŸ“
build
📄
class.jetpack-provision.php
(9.65 KB)
📄
connect-button.js
(737 B)
📄
crowdsignal-shortcode.js
(660 B)
📄
crowdsignal-survey.js
(277 B)
📄
facebook-embed.js
(1 KB)
ðŸ“
fonts
📄
gallery-settings.js
(1 KB)
ðŸ“
genericons
📄
genericons.php
(565 B)
📄
jetpack-admin.js
(1.56 KB)
📄
jetpack-connection-banner.js
(1.17 KB)
📄
jetpack-deactivate-dialog.js
(2.8 KB)
📄
jetpack-modules.js
(2.42 KB)
📄
jetpack-modules.models.js
(2.08 KB)
📄
jetpack-modules.views.js
(1.69 KB)
📄
jetpack-recommendations-banner.js
(1.79 KB)
📄
jetpack-server-sandbox.php
(1.36 KB)
ðŸ“
lib
📄
polldaddy-shortcode.js
(2.66 KB)
ðŸ“
social-logos
📄
social-logos.php
(1014 B)
📄
twitter-timeline.js
(351 B)
Editing: social-logos.php
<?php /** * Social Logos * Icon Font of the social logos we use on WordPress.com and in Jetpack * * Reference: https://github.com/Automattic/social-logos * * @package automattic/jetpack */ define( 'JETPACK_SOCIAL_LOGOS_URL', plugin_dir_url( __FILE__ ) . 'social-logos/' ); define( 'JETPACK_SOCIAL_LOGOS_DIR', plugin_dir_path( __FILE__ ) . 'social-logos/' ); /** * Globally registers the 'social-logos' style and font. * * This ensures any theme or plugin using it is on the latest version of Social Logos, and helps to avoid conflicts. */ function jetpack_register_social_logos() { if ( ! wp_style_is( 'social-logos', 'registered' ) ) { /** This filter is documented in modules/sharedaddy/sharing.php */ $post_fix = apply_filters( 'jetpack_should_use_minified_assets', true ) ? '.min' : ''; wp_register_style( 'social-logos', JETPACK_SOCIAL_LOGOS_URL . 'social-logos' . $post_fix . '.css', false, JETPACK__VERSION ); } } add_action( 'init', 'jetpack_register_social_logos', 1 );
Upload File
Create Folder