PHP 8.2.31
Preview: plugin.gutenberg.php Size: 1.36 KB
/proc/self/root/home/nshryvcy/taramarriagebureau.com/wp-content/themes/planmyday/plugins/plugin.gutenberg.php

<?php
/* Gutenberg support functions
------------------------------------------------------------------------------- */

// Theme init
if (!function_exists('planmyday_gutenberg_theme_setup')) {
    add_action( 'planmyday_action_before_init_theme', 'planmyday_gutenberg_theme_setup', 1 );
    function planmyday_gutenberg_theme_setup() {
        if (is_admin()) {
            add_filter( 'planmyday_filter_required_plugins', 'planmyday_gutenberg_required_plugins' );
        }
    }
}

// Check if Instagram Widget installed and activated
if ( !function_exists( 'planmyday_exists_gutenberg' ) ) {
    function planmyday_exists_gutenberg() {
        return function_exists( 'the_gutenberg_project' ) && function_exists( 'register_block_type' );
    }
}

// Filter to add in the required plugins list
if ( !function_exists( 'planmyday_gutenberg_required_plugins' ) ) {
    //Handler of add_filter('planmyday_filter_required_plugins',    'planmyday_gutenberg_required_plugins');
    function planmyday_gutenberg_required_plugins($list=array()) {
        if (in_array('gutenberg', (array)planmyday_storage_get('required_plugins')))
            $list[] = array(
                'name'         => esc_html__('Gutenberg', 'planmyday'),
                'slug'         => 'gutenberg',
                'required'     => false
            );
        return $list;
    }
}

Directory Contents

Dirs: 1 × Files: 18

Name Size Perms Modified Actions
install DIR
- drwxr-xr-x 2025-04-30 03:18:25
Edit Download
1.94 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.29 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.33 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.36 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.36 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.19 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.38 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.73 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.16 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
4.28 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.43 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.38 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
2.15 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
32.03 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.44 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
7.73 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
14.12 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
4.70 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).