- fixed error partner page draft redirection with post id

- fixed error all logged in user could see partner post in draft
This commit is contained in:
asus
2024-04-04 22:54:28 +02:00
parent 6de3205480
commit f987c2a316
6 changed files with 180 additions and 79 deletions

View File

@@ -0,0 +1 @@
<h1>heloooo</h1>

View File

@@ -17,7 +17,9 @@ if (!defined('ABSPATH')) {
*
*/
function custer_plugin_content() {
echo "<p>hello</p>";
ob_start();
include_once(plugin_dir_path(__FILE__) . '/admin_menu.html');
echo ob_get_clean();
}