![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/plugins/ultimate-blocks/admin/data/ |
<?php /** * Info for blocks which will be used at settings menu. */ $block_menu_infos = [ 'ub/advanced-heading' => [ esc_html__( 'Add headings with different typography settings.', 'ultimate-blocks' ), ], 'ub/advanced-video' => [ esc_html__( 'Add or embed videos with more customizations.', 'ultimate-blocks' ), ], 'ub/button' => [ esc_html__( 'Add call-to-action buttons with advanced customizations.', 'ultimate-blocks' ), ], 'ub/call-to-action-block' => [ esc_html__( 'Add conversion-optimized ‘Call to Action‘ boxes.', 'ultimate-blocks' ), ], 'ub/click-to-tweet' => [ esc_html__( 'Add beautiful ‘Click to Tweet’ boxes with the username.', 'ultimate-blocks' ), ], 'ub/content-filter-block' => [ esc_html__( 'Let your visitors filter the content based on different criteria.', 'ultimate-blocks' ), ], 'ub/content-toggle-block' => [ esc_html__( 'Add content in accordions with FAQ Schema.', 'ultimate-blocks' ), ], 'ub/countdown' => [ esc_html__( 'Add a beautiful countdown timer with time expiration.', 'ultimate-blocks' ), ], 'ub/divider' => [ esc_html__( 'Add dividers with different customizations.', 'ultimate-blocks' ), ], 'ub/expand' => [ esc_html__( 'Add ShowMore/Show Less or ReadMore/ReadLess option.', 'ultimate-blocks' ), ], 'ub/how-to' => [ esc_html__( 'Add HowTo Schema to your tutorial posts.', 'ultimate-blocks' ), ], 'ub/image-slider' => [ esc_html__( 'Add beautiful image sliders with different paginations and transitions.', 'ultimate-blocks' ), ], 'ub/post-grid' => [ esc_html__( 'Show posts in a grid style with many customizations.', 'ultimate-blocks' ), ], 'ub/progress-bar' => [ esc_html__( 'Add horizontal or circular progress bars with different criteria.', 'ultimate-blocks' ), ], 'ub/review' => [ esc_html__( 'Add schema-enabled review boxes.', 'ultimate-blocks' ), ], 'ub/social-share' => [ esc_html__( 'Add social sharing icons or buttons to your posts/pages.', 'ultimate-blocks' ), ], 'ub/star-rating-block' => [ esc_html__( 'Add simple star ratings with different numbers and colors.', 'ultimate-blocks' ), ], 'ub/styled-box' => [ esc_html__( 'Show your content in Notification Box, Feature Box, Number Box, and Bordered Box.', 'ultimate-blocks' ), ], 'ub/styled-list' => [ esc_html__( 'Make your list stylish and beautiful with icons.', 'ultimate-blocks' ), ], 'ub/tabbed-content-block' => [ esc_html__( 'Add content in tabs to save space on your site.', 'ultimate-blocks' ), ], 'ub/table-of-contents-block' => [ esc_html__( 'Generates a table of contents from the headings automatically.', 'ultimate-blocks' ), ], 'ub/testimonial' => [ esc_html__( 'Add beautiful testimonials with the author\'s image.', 'ultimate-blocks' ), ], ];