Skip to content

Commit

Permalink
Refresh Resources: Include Post Edit screen
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Jul 18, 2022
1 parent 62bf5e8 commit daadfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-convertkit-admin-refresh-resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function refresh_resources() {
public function enqueue_scripts( $hook ) {

// Bail if we are not on an Edit or Term screen.
if ( $hook !== 'edit.php' && $hook !== 'post-new.php' && $hook !== 'term.php' ) {
if ( $hook !== 'edit.php' && $hook !== 'post-new.php' && $hook !== 'term.php' && $hook !== 'post.php' ) {
return;
}

Expand Down

0 comments on commit daadfba

Please sign in to comment.