- wip filter page prof

- upgraded user info shortcode to default behavior on author page
This commit is contained in:
asus
2024-03-07 17:05:55 +01:00
parent b244b59deb
commit d65af4cd43
6 changed files with 73 additions and 43 deletions

View File

@@ -1,5 +1,13 @@
<?php
/*
* it means someone outside wp is accessing the file, in this case kill it.
*/
if (!defined('ABSPATH')) {
die('You can not access this file!');
}
function restrict_author_page_CIPF() {