= 50600 ) { add_submenu_page( 'atomic-blocks', esc_html__( 'Atomic Blocks Settings', 'atomic-blocks' ), esc_html__( 'Settings', 'atomic-blocks' ), 'manage_options', 'atomic-blocks-plugin-settings', 'atomic_blocks_render_settings_page' ); } } add_action( 'admin_menu', 'atomic_blocks_getting_started_menu' ); /** * Outputs the markup used on the Getting Started * * @since 1.0.0 */ function atomic_blocks_getting_started_page() { /** * Create recommended plugin install URLs * * @since 1.0.0 */ $gberg_install_url = wp_nonce_url( add_query_arg( array( 'action' => 'install-plugin', 'plugin' => 'gutenberg', ), admin_url( 'update.php' ) ), 'install-plugin_gutenberg' ); $ab_install_url = wp_nonce_url( add_query_arg( array( 'action' => 'install-plugin', 'plugin' => 'atomic-blocks', ), admin_url( 'update.php' ) ), 'install-plugin_atomic-blocks' ); $ab_theme_install_url = wp_nonce_url( add_query_arg( array( 'action' => 'install-theme', 'theme' => 'atomic-blocks', ), admin_url( 'update.php' ) ), 'install-theme_atomic-blocks' ); ?>

<?php esc_html_e( 'Atomic Blocks Theme', 'atomic-blocks' ); ?>

Post Grid Block

Container Block

<?php esc_html_e( 'Call To Action Block', 'atomic-blocks' ); ?>

<?php esc_html_e( 'Testimonials Block', 'atomic-blocks' ); ?>

<?php esc_html_e( 'Inline Notices Block', 'atomic-blocks' ); ?>

<?php esc_html_e( 'Sharing Icons Block', 'atomic-blocks' ); ?>

<?php esc_html_e( 'Author Profile Block', 'atomic-blocks' ); ?>

<?php esc_html_e( 'Accordion Toggle', 'atomic-blocks' ); ?>

<?php esc_html_e( 'Customizable Button Block', 'atomic-blocks' ); ?>

<?php esc_html_e( 'Drop Cap Block', 'atomic-blocks' ); ?>

<?php esc_html_e( 'Spacer and Divider Block', 'atomic-blocks' ); ?>