Show only content in page after action click in WordPress admin

to create a page with your own content, you can do like that : add_action(“admin_menu”, function () { $post_type = get_post_type_object(“property”); add_submenu_page( ” ” , “Page title” , “” , $post_type->cap->edit_posts , “property__validationForm” , function () { do_action(“property/validationForm”); } ); }); add_action(“property/validationForm”, function () { ?> <pre><?php var_dump($_GET);?></pre> form <?php }); to create a URL … Read more

Blank WordPress admin/dashboard (7 updates pending)

Ok, first thing is to backup your entire site if possible. At least backup the database (which you should be able to do from the tools provided by your hosting company.) Next thing is to start deactivating plugins. Try one at a time… and see if the full admin/dashboard returns. As I guess you can’t … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)