PATH:
home
/
urbaoubp
/
gns.pitgradnja.com
/
wp-content
/
plugins
/
jetpack
/
modules
<?php /** * Module Name: Blocks * Module Description: Expand your editor with custom Jetpack blocks for rich content and layout options. * Sort Order: 5 * First Introduced: 13.9-a.8 * Requires Connection: No * Auto Activate: Yes * Module Tags: blocks * Feature: Writing * * @package automattic/jetpack */ add_action( 'jetpack_activate_module_blocks', 'jetpack_blocks_activate_module' ); /** * Actions needed upon activating the blocks module. * * There is a legacy option to disable Jetpack blocks that we'll delete when this module is activated. * Via jetpack_get_default_modules filter, we remove blocks from the default if the option is true. * We'll leave that in place so _until the module is activated_ we will be sure to respect the previous * setting. * * @since 13.9 * @return void */ function jetpack_blocks_activate_module() { delete_option( 'jetpack_blocks_disabled' ); // The function will check and return early if not present. } Jetpack_Gutenberg::load_block_editor_extensions(); Jetpack_Gutenberg::load_independent_blocks(); Jetpack_Gutenberg::register_block_metadata_collection(); /** * We've switched from enqueue_block_editor_assets to enqueue_block_assets in WP-Admin because the assets with the former are loaded on the main site-editor.php. * * With the latter, the assets are now loaded in the SE iframe; the implementation is now faster because Gutenberg doesn't need to inject the assets in the iframe on client-side. */ if ( is_admin() ) { add_action( 'enqueue_block_assets', array( 'Jetpack_Gutenberg', 'enqueue_block_editor_assets' ) ); } else { add_action( 'enqueue_block_editor_assets', array( 'Jetpack_Gutenberg', 'enqueue_block_editor_assets' ) ); } add_filter( 'render_block', array( 'Jetpack_Gutenberg', 'display_deprecated_block_message' ), 10, 2 );
[-] monitor.php
[edit]
[-] contact-form.php
[edit]
[-] wordads.php
[edit]
[+]
infinite-scroll
[-] comment-likes.php
[edit]
[-] theme-tools.php
[edit]
[+]
memberships
[+]
stats
[+]
seo-tools
[-] account-protection.php
[edit]
[-] copy-post.php
[edit]
[+]
comment-likes
[+]
comments
[-] module-headings.php
[edit]
[-] gravatar-hovercards.php
[edit]
[+]
widgets
[+]
photon-cdn
[-] waf.php
[edit]
[-] widgets.php
[edit]
[-] shortlinks.php
[edit]
[+]
wordads
[-] photon-cdn.php
[edit]
[+]
wpcom-tos
[-] plugin-search.php
[edit]
[-] comments.php
[edit]
[-] blocks.php
[edit]
[-] sitemaps.php
[edit]
[+]
plugin-search
[-] shortcodes.php
[edit]
[+]
shortcodes
[+]
google-fonts
[+]
subscriptions
[+]
post-by-email
[-] publicize.php
[edit]
[-] subscriptions.php
[edit]
[-] latex.php
[edit]
[-] search.php
[edit]
[+]
widget-visibility
[-] module-info.php
[edit]
[-] markdown.php
[edit]
[+]
simple-payments
[+]
custom-post-types
[-] simple-payments.php
[edit]
[+]
theme-tools
[-] carousel.php
[edit]
[+]
videopress
[-] photon.php
[edit]
[-] json-api.php
[edit]
[-] tiled-gallery.php
[edit]
[-] notes.php
[edit]
[-] seo-tools.php
[edit]
[+]
scan
[-] related-posts.php
[edit]
[-] woocommerce-analytics.php
[edit]
[-] likes.php
[edit]
[-] post-by-email.php
[edit]
[+]
woocommerce-analytics
[-] post-list.php
[edit]
[-] vaultpress.php
[edit]
[+]
..
[-] wpgroho.js
[edit]
[+]
markdown
[-] protect.php
[edit]
[+]
sitemaps
[-] sso.php
[edit]
[+]
verification-tools
[-] stats.php
[edit]
[-] verification-tools.php
[edit]
[+]
likes
[-] infinite-scroll.php
[edit]
[-] sharedaddy.php
[edit]
[-] google-fonts.php
[edit]
[+]
sharedaddy
[-] module-extras.php
[edit]
[+]
external-media
[-] videopress.php
[edit]
[+]
related-posts
[+]
site-icon
[-] blaze.php
[edit]
[-] custom-content-types.php
[edit]
[+]
tiled-gallery
[+]
carousel
[-] widget-visibility.php
[edit]
[+]
gravatar