Skip to content

Commit

Permalink
Merge pull request #4253 from Codeinwp/feat/dashboard-notice
Browse files Browse the repository at this point in the history
Added dashboard blog widget
  • Loading branch information
selul authored Jun 27, 2024
2 parents 78eda64 + 4ca0bc7 commit d868412
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/core/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function () {
0
);
add_action( 'enqueue_block_editor_assets', [ $this, 'enqueue_gutenberg_scripts' ] );
add_filter( 'themeisle_sdk_hide_dashboard_widget', '__return_true' );

if ( get_option( $this->dismiss_notice_key ) !== 'yes' ) {
add_action( 'admin_notices', [ $this, 'admin_notice' ], 0 );
Expand Down

0 comments on commit d868412

Please sign in to comment.