Hide "Empty Trash" button in blank slate after removing all data

This commit is contained in:
Shiva Poudel 2016-12-20 12:15:17 +05:45
parent c78e5cf2ec
commit d20cdd2830
1 changed files with 1 additions and 1 deletions

View File

@ -1965,7 +1965,7 @@ class WC_Admin_Post_Types {
break;
}
echo '<style type="text/css">#posts-filter .wp-list-table, #posts-filter .tablenav.top, .wrap .subsubsub { display: none; } </style></div>';
echo '<style type="text/css">#posts-filter .wp-list-table, #posts-filter .tablenav.top, .tablenav.bottom .actions, .wrap .subsubsub { display: none; } </style></div>';
}
}