I tested one of my plugins yesterday and was shocked to see a nasty error message: What was going on? I could have sworn this worked fine last time I tried! Then I remembered that I changed my PHP Version in...
Learn MoreHe find the code, he show the right way for editing it and it is working great now ! You are a real guru my friend ! :)) I really appreciate it. Thanks a lot…
Learn MoreThe admin footer bar is the one line of text displayed at the very bottom of your admin interface. By default it reads “Thank you for creating with WordPress” on the left, and shows the current...
Learn MoreTo get a reference to a specific admin page (such as Dashboard), we can use the admin_url(), network_admin_url() or get_admin_url() functions, like so: get_admin_url( ‘index.php’ ); You will need...
Learn MoreA bit related to my previous post about using jQuery UI elements in the WordPress admin interface, it’s likely that at some point you want to load your own CSS styles to your plugin or theme’s...
Learn More