function ub_render_icon_block($attributes, $block_content, $block_instance){ $attrs = $block_instance->parsed_block['attrs']; if(!empty($attrs['margin'])){ $block_content = str_replace('class="wp-block-ub-icon', 'class="wp-block-ub-icon has-ub-icon-margin', $block_content); } if(!empty($attrs['padding'])){ $block_content = str_replace('class="wp-block-ub-icon', 'class="wp-block-ub-icon has-ub-icon-padding', $block_content); } return $block_content; } /** * Register icon. * @return void */ function register_icon_block() { if ( function_exists( 'register_block_type_from_metadata' ) ) { require( trailingslashit( ULTIMATE_BLOCKS_PATH ) . 'src/defaults.php' ); $block_type_id = 'ub/icon'; register_block_type_from_metadata( dirname(dirname(dirname(__DIR__))) . '/dist/blocks/icon', [ 'attributes' => $defaultValues[ $block_type_id ]['attributes'], 'render_callback' => 'ub_render_icon_block' ] ); } } add_action( 'init', 'register_icon_block', 10, 1 ); TEACH - Hindi
Mastering the Art of Saving: Strategies to Bolster Your Finances

बचत की कला में महारत हासिल करना: अपने वित्त को मजबूत करने की रणनीतियाँ Mastering the Art of Saving: Strategies to Bolster Your Finances

परिचयIntroduction ऐसी दुनिया में जहां उपभोक्तावाद अक्सर मितव्ययिता पर हावी हो जाता है, यह समझना महत्वपूर्ण है कि पैसे कैसे...

Read more

सीखने की कला में महारत हासिल करना: शैक्षणिक सफलता के लिए प्रभावी अध्ययन आदतें विकसित करना Mastering the Art of Learning: Developing Effective Study Habits for Academic Success

परिचय Introduction: आपके सीखने के अनुभव को बढ़ाने की यात्रा में आपका स्वागत है! शैक्षणिक सफलता और आजीवन सीखने के...

Read more

Recent News