I recently transferred a site that was created on PHP 5.6.2 to a new hosting with PHP 7.0.29. The site transferred fine and the front end looked like it...
  • May 21, 2022
  • 0 Comments
Ever come across a plugin that is using the manage_options capability for a page that… really doesn’t need to be? Well, I’ve come across just that. This may be...
  • May 21, 2022
  • 0 Comments
I am creating a back-end dashboard where I need to show all the post assigned to current user by the wp admin. I assign user role to Author and...
  • May 20, 2022
  • 0 Comments
I’m struggling to use the $callback_args parameter of wp_add_dashboard_widget successfully. The following code keeps displaying string(0)”” when dumping $args: add_action( 'wp_dashboard_setup', 'sample_widget_setup' ); function sample_widget_setup() { wp_add_dashboard_widget( 'sample_dashboard_widget', 'Sample...
  • May 20, 2022
  • 0 Comments
I’m using wordpress multiste 3.3.1 I’m not gonna update it in the future. So I disabled all upgrade functions. I want to remove the wordpress admin bar from both...
  • May 19, 2022
  • 0 Comments