Notes ACCESS 2022 | Browsers | Css | Htacess | Html | Html5 | Javascript | Microsoft Excel | Mysql | Mysql Dumps | Php | Vb.net | VBscript | Windows <=8 | Windows >=10 | WP | WP Plugin | WP Themes | _Misc Software | ABCDEFGHIJKLMNOPQRSTUVWXYZONPRTOFF codeid operationid title keywords application code languageid show_html show_iframe make_public viewed viewed_date language operation <- Look Inside DataConditions:Order: 36 Language Operation Title Keywords Application Code Languageid Show Html Show Iframe Make Public Viewed Viewed Date WP Archive Saved Android Video Text android 00:00:00 hidden setting in gallary app 00:13:13 settings -> search for gallery -> Gallery App info -> Mobile data -> turn off Allow background data usage 00:33:02 <- Battery -> Restricted 00:39:09 <- Appear on top or draw on top -> Allow permission - off 00:46:24 Open gallery app -> 3bar menu rigth corner -> 00:58:00 Settings -> About Gallery -> Tap on version# 5times fast 01:06:22 <- Gallery labs -> Samsungs hidden tool list -> 01:21:05 When receiving Samsung update 01:28:14 Enabled trackers to turn off 01:35:28 SETTINGS -> Google Services -> All Services -> 01:58:09 personalize using shared data -> turn all 3 or 4 listed off 02:07:26 SETTINGS -> Apps -> 3dots right -> Special Access -> -- usage dat access -> Google -> 02:23:27 Disable all 3 Google entities 02:30:07 3 setting to always turn off -> 02:43:20 SETTINGS -> privacy & security -> more privacy settings -> --- Personal data intelegence -> Turn off 03:18:08 <- usage & diagnostics -> turn off 03:35:03 END [video width="720" height="486" mp4="https://softwarewebdesign.com/SWDHome/wp-content/uploads/2025/12/android20251230.mp4"][/video] video 00:00:00 Dangerous setting to turn off on Android phone 00:03:28 Open Settings 00:06:00 Click on about phone 00:08:07 Next Software Information 00:09:29 Next Build Number (click 7 times) Developer Mode activated 00:12:12 Go back main settings 00:16:26 Click Developer options on bottom 00:21:09 Go System Tracing 00:23:13 Turn off Trace Debugable Applications 00:28:27 Next Per-CPU buffer size 00:31:23 Use 8192 KB 00:34:17 Clear saved traces 00:41:18 Secret Wi-Fi menu- - Developer options->Wi-Fi non-persistent MAC->ON 01:33:17 Getting rid of ads Settings-> Connection - more connection settings->private DNS->private DNS provider-> dns.adguard.com->save 02:33:21 Google reporting - Settings app->Usage & diagnostics (turn off)-> 02:49:02 Google reporting 2 - Settings app->digital wellbeing & parental controls->3 dots top-> - Settings->usage data access->settings->turn off access 03:10:11 Google reporting 3 - Settings app->digital wellbeing->customization services->switch off 03:29:07 Secret codes - - *#62# forwarded calls 03:48:05 Secret codes - - ##21# call forwarding unconditionally erasure 04:13:01 Secret codes - - *#06# phone info 04:22:04 parasitic setting - 04:54:20 - Settings app->digital wellbeing & parental controls->3 dots top-> - Settings->usage data access->Settings->allow permissions->OFF 05:22:08 Spying on your phone 05:34:15 Check tracking - - Settings app->search (spy glass)->type; tracker->unknown tracker alerts->allow alerts- - manual scan->view report 05:59:13 trackers2 - Settings app-> Security & privacy->permission used 24 hr->three dots - - Show system apps->permissions tab->physical activity->customization service->See all custom {link} some apps may require permissions to work 06:41:19 Creation of the developer menu in settings- repeat 07:14:13 END [video width="480" height="720" mp4="https://softwarewebdesign.com/SWDHome/wp-content/uploads/2025/12/AndroidDangerousSettings.mp4"][/video] WP 5 12/22/2022 WP Archive Windows Command Prompt command prompt Website 00:00:00 command promps to know - Window Command prompt - - 00:09:14 - Loading command prompt Output to clipboard using pipe. example: ipconfig /all | clip - - 00:17:06 - paste into document - - 00:26:24 - Notepad text dump - - 00:33:11 - Are deleted files are actually gone? > cipher /w:c: Securely write over empty space on your drive. - - 00:55:23 - Drivers > driverquery Show severy driver and when it was installed. - - 01:21:19 - Drivers > driverquery | clip Show severy driver and when it was installed and place in clipboard. - - 01:30:00 - File opens wrong application. < assoc|clip + ftype|clip {shows application path} Shows what programs open what file types, allows you to change it. - - 01:52:22 - Computer screwy > shutdown /r /o Restarts PC directly into recovery menu. - - 02:06:17 - Get system info > systeminfo /fo list|clip systeminfo|findstr /B /C:"OS"|clip Shows just the OS information — filtered, clean, perfect for screenshots. - - 02:25:29 - Is your app on internet? > netstat -abno Shows which apps are talking to the internet and which ports they’re using. - - 03:09:01 - See your group policies! > gpresult /r|clip Shows every Group Policy applied to user and computer - - 03:21:13 - See your wifi profiles > netsh wlan show profiles|clip show profiles. Shows all WiFi networks previous joined. - - 03:38:27 - Forgot your wifi password > netsh wlan show profiles name="Your wifi here" key=clear Shows specific wifi network password in the clear - - 03:53:03 - Hard drive doing the weird > chkdsk /f Checks and repairs file system errors. - - 04:03:14 - Quick health check > wmic diskdrive get status Health check on hard drives or SSDs - - 04:12:26 - Got a resource hog > tasklist /fi "imagename eq msedge.exe" Shows how much resource an application is consuming. {Run ftype to get app names} - - 04:25:17 - User profiles that are configured > net user Shows all users. - - 04:32:00 - Change password on user. > net user existingUserName NewPassword The selected user will have his password updated. - - 04:40:21 - Quick audit < systeminfo System audit- Windows version, build number, install date, BIOS version, etc. - - 04:56:04 - Update all applications > winget upgrade --all Updates all apps on your system, replacing chocolatey or manual updating - - 05:06:15 - Window s wierdness happening > sfc /scannow Repairs corrupt system files - - 05:18:16 - Need a deeper scan tool > DISM /Online /Cleanup-Image /Restore Health Deep repair tools - - 05:34:27 - Check battery on laptop > powercfg /batteryreport Creates battery health report - - 05:45:06 - Show my DNS cache ipconfig /displaydnsShows DNS cache - - 05:58:17 - What application is using what port > netstate -ano Shows ports + process IDs - - 06:10:06 - Replace task mangager detective work > tasklist /svc Shows what services and processes are running - - 06:19:20 - Force Windows shutdown > shutdown /s /t 0 Force shutdown immediately (works remotely) - - 06:28:24 - Force Windows shutdown {IT gold} > shutdown /i Graphical remote shutdown manager (IT Gold) - - 06:35:12 - Get MAC address > getmac Shows MAC address of local + remote machines - - 06:42:20 - List of apps intalled on my system > wmic product get name|clip Lists installed apps - - 06:52:24 - For admins: group policy update > gpupdate /force Force Group Police update - - 06:59:12 - For admins: silently access network users C drive > net use ||computer|C$ Access someone's C drive silently (with creds) - - 07:07:21 - Who am I? > whoami /groups Shows AD groups you're in - - 07:18:27 - Kill frozen app and restart . taskkill /f /im explorer.exe & start explorer.exe Restart Windows Explorer example - - [video width="360" height="243" mp4="https://softwarewebdesign.com/SWDHome/wp-content/uploads/2025/12/WindowsCommandPrompt2025.mp4"][/video] movie here WP 0 12/30/2025 WP Convert Windows 11 Speedup windows 11 SWD backup 00:00:00 Win11 - 10 things to turn off disable startup apps 00:50:03 ctrl + shift + ESC for task manager 01:18:04 2. Kill notification & tips 01:51:18 3. Shut down back ground apps 03:00:10 4. Stop online search in the start menu. 04:35:13 5. Kill widgets. 05:03:17 6. Reduce telemetry and diagnostics. 05:41:02 7. Disable ads in Explorer and the lock screen 06:08:24 kill the "fun facts and tips". 07:18:20 8. Kill Cortana and co-pilot. 07:44:19 9. Kill activity history and timeline. 08:51:17 10. stop auto reboots after updates 09:55:00 11. TURN OFF REMOTE ASSISTANCE. 10:23:15 12. Optional windows features you do not need 11:44:11 13. Kill the hibernation file if you don't hibernate. 13:03:26 another Microsoft update. 14:08:00 2. Searching index. 14:39:01 turn off search history. 15:12:26 turn off search highlights. 15:59:19 set my files to classic. 16:27:00 add excluded files folders you do not want searched. 16:41:12 3. Delivery optimization. 17:11:14 turn off delivery optimization. 17:33:13 turn off downloads from other devices. 17:50:19 5. Suggested apps in start menu ads. 18:31:27 turn off shell recommendations for tips. 23:00:27 god mode 23:23:13 made fixing windows simple. 27:27:27 stop windows from spying. 31:54:18 five PC tricks you should do 32:09:06 god mode code 32:58:26 windows 10 end-of-life. 40:43:16 are you still running Windows 10? 46:41:08 password locked out of windows. 53:45:10 END [video width="720" height="486" mp4="https://softwarewebdesign.com/SWDHome/wp-content/uploads/2025/11/Win11Howto20251129.mp4"][/video] Windows 10 tips near the at 32 min mark WP 366 09/09/2023 WP Customizing Change Footer Credits On WordPress footer credits add_filter Many WordPress website and blog themes come with design credits in the footer area at the bottom of each Web page. If you commissioned a designer to create a custom theme for your WordPress business site, you can simply ask him to change the footer credits, but for an "off the shelf" free or premium template, you will need to edit the footer section of the template to alter the credits. Although this might sound complicated, the process is straightforward and even a novice with limited WordPress knowledge should be able to accomplish this task. Ads by Google 10 Keys for Mktg Success This free guide shows the metrics and the tactics you need to improve vocus.com?/?Marketing Step 1 Log in to WordPress from the homepage of your business blog or website. Step 2 Click the website's name on the left side of the top WordPress navigation menu. Step 3 Select "Themes" from the drop-down menu to open the Themes page in the Appearance settings section. Step 4 Click "Editor" under the Appearance tab in the left menu. Step 5 Click "Footer (footer.php)" in the Templates section on the right side of the page to open the footer template file in the Edit Themes pane. If you can't find the footer.php file, look for another PHP file with "foot" or "footer" in the filename. Step 6 Scroll to the credit line of code, which will look similar to this: Content © . WordPress Theme by Example WordPress Theme Step 7 Highlight and delete the elements of the footer credits that you want to change. For example, to remove just the theme designer's credit but retain your website's name and copyright line, delete the following: Theme by Example WordPress Theme To retain the designer's credit but remove the link to her website, remove "" and "" but leave the other text in place. Alternatively, you can add text or links to the footer credits by using the same format. Step 8 Scroll to the bottom of the page and click the blue "Update File" button to save and implement your changes. Under the genesis framework, I used the following above the do_actions in the Genesis footer.php to replace there results. add_filter( 'genesis_footer_creds_text', 'custom_footer_creds_text' ); function custom_footer_creds_text() { echo '[div class="creds"][p]'; echo 'Copyright © '; echo date('Y'); echo ' · [a href="http://www.softwarewebdesign.com"]Software Web Design[/a] · Built by Software Web Design'; echo '[/p][/div]'; } WP 1622 09/09/2023 WP Customizing Adding Sessions To Wordpress session function Wordpress Apps To add session_start() using a WordPress hook, the recommended approach is to hook into the init action with an early priority in your theme's functions.php file or a custom plugin. Recommended Code Snippet Add the following code to your active theme's functions.php file: php function register_my_session() { if (!session_id()) { session_start(); } } add_action('init', 'register_my_session', 1); WP 1 01/09/2026 WP Customizing Displaying Page Content In Template content function template Sorry, no posts matched your criteria. WP 1529 09/09/2023 WP Customizing Prevent Public From Spamming Your Posts post comment posts comments spam Best way to turn off comments is to: 1. check all posts. 2. do a bulk-edit 3. change the combo to do not allow 4. press update. There is stuff under settings-discussion that will control comments also NOTE! MAKING A POST PRIVATE WILL KILL THE SLIDER IF YOU ARE NOT LOGGED IN. THEY HAVE TO Be PUBLIC WP 1326 09/09/2023 WP Customizing Quickest Way To Make Css Changes fire bug wordpress design tools While creating wordpress sites I wonder what CSS code is controlling the look of the page? I use FireFox browser because it has an add-in called fire bug. After it is installed you can select an area near to where you want to make. My "web tools" application also breaks the css file down by your area of interest to give you a map of your css file. Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page Always at your service Firebug is always just a keystroke away, but it never gets in your way. You can open Firebug in a separate window, or as a bar at the bottom of your browser. Firebug also gives you fine-grained control over which websites you want to enable it for. Learn more Inspect and edit HTML Firebug makes it simple to find HTML elements buried deep in the page. Once you've found what you're looking for, Firebug gives you a wealth of information, and lets you edit the HTML live. Learn more Tweak CSS to perfection Firebug's CSS tabs tell you everything you need to know about the styles in your web pages, and if you don't like what it's telling you, you can make changes and see them take effect instantly. Learn more Visualize CSS metrics When your CSS boxes aren't lining up correctly it can be difficult to understand why. Let Firebug be your eyes and it will measure and illustrate all the offsets, margins, borders, padding, and sizes for you. Learn more Monitor network activity Your pages are taking a long time to load, but why? Did you go crazy and write too much JavaScript? Did you forget to compress your images? Are your ad partner's servers taking a siesta? Firebug breaks it all down for you file-by-file. Learn more Debug and profile JavaScript Firebug includes a powerful JavaScript debugger that lets you pause execution at any time and have look at the state of the world. If your code is a little sluggish, use the JavaScript profiler to measure performance and find bottlenecks fast. Learn more Quickly find errors When things go wrong, Firebug lets you know immediately and gives you detailed and useful information about errors in JavaScript, CSS, and XML. Learn more Explore the DOM The Document Object Model is a great big hierarchy of objects and functions just waiting to be tickled by JavaScript. Firebug helps you find DOM objects quickly and then edit them on the fly. Learn more Execute JavaScript on the fly The command line is one of the oldest tools in the programming toolbox. Firebug gives you a good ol' fashioned command line for JavaScript complete with very modern amenities. Learn more Logging for JavaScript Having a fancy JavaScript debugger is great, but sometimes the fastest way to find bugs is just to dump as much information to the console as you can. Firebug gives you a set of powerful logging functions that help you get answers fast. Learn more Just the way you like it Using Firebug gives a lot of possibilities for web development to your hands. Though you're feeling something is not working as you would like it to? No problem. Firebug offers a lot of options to adjust it to your needs. Search and you shall find Sometimes you know what you're looking for, but you can't see it in the panel. Using the quick search box in Firebug's toolbar you can search inside Firebug's panels and see the results highlighted as you type. Cookies Firebug allows to view and manage cookies in your browser. You can deny cookies for specific sites, filter cookies, create new and delete existing cookies. You can also break into the debugger when specific cookie changes its value and see the line of script that caused the change. Learn more Links and Elsewhere What is Firebug? Firebug FAQ Firebug Wiki Enabling Firebug HTML Development CSS Development CSS Layout Network Monitoring Javascript Debugging Finding Errors DOM Exploration Javascript Command Line Javascript Logging Cookies Firebug around the web WP 2296 09/09/2023 WP Customizing Adding A Link To The Admin Panel plugin function.php hyperlink wordpress admin http://wordpress.org/support/topic/add-link-to-admin-panel 2 cases 1. Plugin use this plugin : (it'll add a new menu item in your admin panel) <?php /* Plugin Name: Add-Admin-Menu Author: Sanjay Menon */ function mt_add_pages() { // The first parameter is the Page name(admin-menu), second is the Menu name(menu-name) //and the number(5) is the user level that gets access add_menu_page('admin-menu', 'menu-name', 5, __FILE__, 'mt_toplevel_page'); } // mt_oplevel_page() displays the page content for the custom Test Toplevel menu function mt_toplevel_page() { echo ' <div class="wrap"> <h2>New admin menu</h2> <li><a href="http://www.icore.net.tc"><h3>Author Homepage</h3></a></li> </div>'; } add_action('admin_menu', 'mt_add_pages'); ?> OR 2. function.php You just have to put that piece of code in "functions.php" file inside your WordPress Theme. function mt_add_pages() { add_menu_page('admin-menu', 'menu-name', 5, __FILE__, 'mt_toplevel_page'); } function mt_toplevel_page() { echo ' <div class="wrap"> <h2>New admin menu</h2> <li><a href="http://www.icore.net.tc"><h3>Author Homepage</h3></a></li> </div>'; } add_action('admin_menu', 'mt_add_pages'); EXAMPLE 2: You may already have developed your own cool admin. No problem, have wordpress link to your admin and use the example modification to check to see if the user is logged in via wordpress. Just add a link to come back. This way wordpress will not mess up your styling you use in your admin. <?php /* Plugin Name: swd_admin Description: Link to swd admin Author: Software Web Design Version: 0.1 example mystuff modification session_start(); include("config.php"); require_once("../wp-load.php"); if(!is_user_logged_in() && $bypass!=true){ echo "This site is under construction"; exit; } else { $wordpress=true; $LEVEL=10; $_SESSION['LEVEL']=10; } */ add_action('admin_menu', 'swd_setup_menu'); function swd_setup_menu(){ add_menu_page( 'SWD Plugin Page', 'Go to SWD Admin', 'manage_options', 'admin-plugin', 'swd_menu' ); } function swd_menu(){ echo "<h1>SWD Menu</h1>"; echo " <a href='/swd-admin/boardOfDirectorsView.php'>Board Passwords</a> <a href='/swd-admin/directorsView.php'>Directors</a> <a href='/swd-admin/libraryView.php'>Library</a> <a href='/swd-admin/libraryCategoryView.php'>Library Categories</a>"; } ?> WP 2389 09/09/2023 WP Customizing Google Cannot Find My Site settings search engine google bing Find the READING section of SETTINGS in the admin. make sure the search engine box is not checked if you want to be searched. Search Engine Visibility Search Engine Visibility Discourage search engines from indexing this site It is up to search engines to honor this request. WP 1326 09/09/2023 WP Customizing Disable Wordpress Site While Making Changes disable website In the header.php file of wordpress temporarily add WP 975 09/09/2023 WP Customizing Disable Auto Updates disable updates theme plugin trash post Prevent Wp Updates Example Coding Magic: Turn Off Automatic Updates define('WP_CRON_LOCK_TIMEOUT', 120); define('AUTOSAVE_INTERVAL', 300); define('WP_POST_REVISIONS', 20); define('EMPTY_TRASH_DAYS', 7); define('WP_AUTO_UPDATE_CORE', false); define('AUTOMATIC_UPDATER_DISABLED', true); Auto updates have been a part of WordPress since version 3.7. Not everyone likes this feature; many would like to turn it off. All you need to do is add this line of code to your wp-config.php file. /* Disable WordPress automatic updates */ define( 'WP_AUTO_UPDATE_CORE', false ); If you want to receive minor core updates, but disable theme and plugin updates, you can do so by adding the following filters in your theme’s functions.php file. Disable automatic WordPress plugin updates: 1 add_filter( 'auto_update_plugin', '__return_false' ); Hosted with ?? by WPCode 1-click Use in WordPress Disable automatic WordPress theme updates: 1 add_filter( 'auto_update_theme', '__return_false' ); WP 2 09/09/2023 WP Customizing Starting A Session By Modifying The Function.php Of Theme session function.php Session Sessions aren't enabled in wordpress by default, if you want to activate php sessions add this at the beginning of your functions.php: if (!session_id()) { session_start(); } You now can use $_SESSION['your-var'] = 'your-value'; to set a session variable. Take a look at the PHP documentation on sessions. What is the proper way to start session in wordpress? I'm trying with wp_set_auth_cookie(), but $_SESSION is always empty. What is the proper way to start a session and access the global array $_SESSION in WordPress? session_start(); on every first line of php file where you need to use $_SESSION You have to use this code in function.php add_action('init', 'start_session_wp', 1); function start_session_wp() { if(!session_id()) { session_start(); } } If done correctly your functions.php file should now look like this at the top. add_action('init', 'start_session', 1); function start_session() { if(!session_id()) { session_start(); } add_action('wp_logout', 'end_session'); add_action('wp_login', 'end_session'); add_action('end_session_action', 'end_session'); function end_session() { session_destroy (); } } You can now add data to the global $_SESSION variable that will be accessible at any point within the application during a user session by accessing the $_SESSION variable. The variable is an array; below is an example of adding data to the session array. $foo = 'Foo Data'; $_SESSION['foo'] = $foo; Share Improve this answer Follow edited Jan 29, 2019 at 15:02 Jasper Mulder's user avatar Jasper Mulder 30322 silver badges1010 bronze badges answered Apr 4, 2018 at 6:57 sunny bhadania's user avatar sunny bhadania 42333 silver badges55 bronze badges Add a comment 0 This results in the following code to start and destroy the session: add_action('init', 'myStartSession', 1); add_action('wp_logout', 'myEndSession'); add_action('wp_login', 'myEndSession'); function myStartSession() { if(!session_id()) { session_start(); } } function myEndSession() { session_destroy (); } To save some data into the session $_SESSION['myKey'] = "Some data I need later"; And to get that data out at a later time if(isset($_SESSION['myKey'])) { $value = $_SESSION['myKey']; } else { $value = ''; } WP 3 03/31/2025 WP Customizing Turn Cache Off cache All Delete the cache folder in wp-content/cache/ and also the W3TC configuration files and folders in wp-content, such as w3-total-cache-config.php, db.php, advanced-cache.php and the w3tc folder. Delete any cache directives in wp-config.php, such as define('WP_CACHE', true); //Added by WP-Cache Manager define( 'WPCACHEHOME', '/home/public_html/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager Delete any caching and expires headers directives in the root .htaccess file, too, such as bracketed by ## START W3TC ##, etc. And be sure you have cleared your own browser cache. WP 0 03/15/2025 WP Database Database Access database WP 2 09/09/2023 WP Database Access Wordpress Connection String connection string wordpress Source File wpdb() is located in wp-includes/wp-db.php. "$wbdb->dbh" WP 2 09/09/2023 WP Files Show Current Page mysql setting current page mysql settings- root folder wp-config.php [current page] $temp = get_page_template(); $path = pathinfo($temp); $temp = $path['filename'] . "." . $path['extension']; echo $temp; WP 1995 09/09/2023 WP Files Folder Shortcut Functions home theme plugin site url folder Available Functions WordPress includes many other functions for determining paths and URLs to files or directories within plugins, themes, and WordPress itself. See the individual Codex pages for each function for complete information on their use. ABSPATH - from wpconfig.php Plugins plugins_url() plugin_dir_url() plugin_dir_path() plugin_basename() Themes get_template_directory_uri() get_stylesheet_uri() get_theme_root_uri() get_theme_root() get_theme_roots() Site Home home_url() WordPress admin_url() site_url() content_url() includes_url() wp_upload_dir() Multisite get_admin_url() get_home_url() get_site_url() network_admin_url() network_site_url() network_home_url() Constants WordPress makes use of the following constants when determining the path to the content and plugin directories. These should not be used directly by plugins or themes, but are listed here for completeness. WP_CONTENT_DIR // no trailing slash, full paths only WP_CONTENT_URL // full url WP_PLUGIN_DIR // full path, no trailing slash WP_PLUGIN_URL // full url, no trailing slash // Available per default in MS, not set in single site install // Can be used in single site installs (as usual: at your own risk) UPLOADS // uploads folder, relative to ABSPATH (for e.g.: /wp-content/uploads) WP 1563 09/09/2023 WP Files WPfunctions.php function mysql plugin quickarray=$value;return true; } function tableOption($query){ global $connection; $q = mysqli_query($connection,$query); //mysql_query($query); $num_fields = mysqli_num_fields($q); for($ii = 0; $ii < $num_fields; $ii++) { //$result.= mysql_field_name($query,$ii)."-".mysql_field_type($query,$ii)."(".mysql_field_len($query,$ii).")".mysql_field_flags($query,$ii)."n"; $fieldinfo=mysqli_field_flags($q,$ii); if(strpos($fieldinfo,"rimary_key")>0){ $this->fieldname=mysql_field_name($q,$ii);break; } } } function dbRow($result){ return mysqli_fetch_array($result,MYSQLI_BOTH); //,MYSQLI_BOTH } function dbTable($result,$k){ $table_info = mysqli_fetch_field_direct($result, $k); //print_r($table_info);echo""; $this->fieldlength = $table_info->max_length; $this->fieldname = $table_info->name; $this->fieldtable = $table_info->table; $this->fieldtype = $table_info->type; $this->fieldflag = $table_info->flags; } function dbsql2($query){ $this->insertoption=$query; } function dbsql($query){ global $db; global $dc;global $debug; global $appid; global $connection; global $wpdb; // $result=mysqli_query($connection,$query); // or die(mysqli_error().' from '.$query); //;mysql_query($query) $result=mysqli_query($wpdb->dbh,$query); if(!$result){ if($debug==true){ echo "Error:".$query;exit; }else{ echo "Error:".substr($query,0,1000);exit;} } $sql= strtolower($query); if(strpos($sql,"nsert into")==1)$AC=1; if(strpos($sql,"elect")==1){ $AC=2;$this->num=mysqli_num_rows($result); } if(strpos($sql,"pdate")==1 || strpos($sql,"elete")==1)$AC=3; switch($AC){ case 1: $this->id=mysqli_insert_id($connection); break; case 2: if($this->num==0 && $this->insertoption!=""){ $this->dbq($this->insertoption); return false; } if($this->num==0) return false; if($appid!=""){ $this->data1=mysqli_fetch_array($result,MYSQLI_BOTH);mysqli_data_seek($result,0); //mysql_data_seek($result,0); $this->data=$result; }else{ if($this->num==1 && $this->quickarray==true)$this->data=mysqli_fetch_array($result,MYSQLI_BOTH); //mysql_fetch_array($result); else $this->data=$result; } $this->fields = mysqli_num_fields($result); return true; break; case 3: return true; break; } // end switch } } // end class function sizepicture($picture,$maxwidth,$maxheight){ list($width, $height, $type, $attr) = getimagesize($picture); if($width==0)$width=1;if($height==0)$height=1; $size[2]=$width;$size[3]=$height; $hratio=$height/$maxheight; $wratio=$width/$maxwidth; if ($wratio>$hratio){ $ratio=$width/$height; if($width>$maxwidth){ $height=(int)($maxwidth/$ratio);$width=$maxwidth; } }else{ $ratio=$height/$width; if($height>$maxheight){ $width=(int)($maxheight/$ratio);$height=$maxheight; } } $size[0]=$width;$size[1]=$height; return $size; } function replaceForm($longadd){ $longadd=stripslashes($longadd); $longadd=str_replace(chr(160),chr(32),$longadd); $longadd=str_replace("'","'",$longadd); $longadd=str_replace(chr(34),""",$longadd); return $longadd; } function replacePunctuation($longadd){ $longadd=stripslashes($longadd); $longadd=str_replace(chr(160),chr(32),$longadd); return $longadd; } function radiochecked($var,$item){ if($var==$item) return "checked"; else return ""; } function checkboxchecked($value){ if($value==1) return "checked"; else return ""; } function checkhtml($var){ $var2=strip_tags($var); if($var2!=$var){ echo "Mail Server Crashed";exit; } if(strpos("|".$var,"http:")>0){ echo "Mail Server Crashed";exit; } $var=addslashes($var); return $var; } function stripDESC($var1){ $m=strpos($var1,'DESC'); if($m>0)$var1=substr($var1,0,$m-1); return $var1; } function ShortenString($var1){ global $prn; $var1=stripslashes($var1); $var1=str_replace(chr(160),chr(32),$var1); $var1=str_replace(chr(13),'',$var1); if(strlen($var1)>100 && $prn==''){ // $var1=substr($var1,0,40).'....'; //$var1="".$var1.""; } //if($var1=='')$var1='? '; if(strpos($var1,'.location')>0 || strpos($var1,'.href')>0)$var1='spam'; return $var1; } function checkBlanks($value){ if($value!="")return "".$value; else return ""; } function convertmdy($date1){ if($date1==""||$date1=="0000-00-00"){ $date1="";return date("m/d/y"); } $new=strtotime($date1); $date1= date('m/d/Y',$new); return $date1; } function convertmdytime($date1){ if($date1==""||$date1=="0000-00-00"){ $date1="";return $date1; } $time=strtotime($date1); $date1= date('m/d/Y H:i:s',$time); return $date1; } function convertdate($date1){ if($date1=="") return date('Y-m-d'); $date1=str_replace("/","|",$date1); $date1=str_replace("-","|",$date1); $time=explode("|",$date1); if(strlen($time[0])==1) $time[0]="0".$time[0]; if(strlen($time[1])==1) $time[1]="0".$time[1]; $new=trim($time[2])."-".$time[0]."-".$time[1]; $date1= date('Y-m-d',strtotime($new)); return $date1; } function convertdatetime($date1){ if($date1=="") return date("Y-m-d H:i:s"); $date1=str_replace("/","|",$date1);$date1=str_replace(" ","|",$date1);$date1=str_replace(":","|",$date1); $date1=str_replace("-","|",$date1); $time=explode("|",$date1); if(strlen($time[0])==1) $time[0]="0".$time[0]; if(strlen($time[1])==1) $time[1]="0".$time[1]; $date1=trim($time[2])."-".$time[0]."-".$time[1]." ".$time[3].":".$time[4].":".$time[5]; $date1= date('Y-m-d H:i:s',strtotime($date1)); return $date1; } ?> WP 0 07/29/2022 WP Formatting Make The Top Menu Clickable Only click-able click-able container menus link submenu sub menu I create a top menu page for linking pages to a parent page but it causes problems when you want people to click on the sub menus only. WordPress 3.6 changed the appearance of this. Appearance > Menus > Edit Menus You’ll have to create a new menu item in the “Links” box. There should be a URL box and a Link Text box. What you’re wanting to do is just make the menu item a container only. If you want a Navigation Menu Button to be just a container that does nothing except provide a container for a drop-down of other sub menu buttons just place the following in the URL section of the button/menu. javascript: void(0); or: # Add to menu http://cyberchimps.com/guide/how-to-use-the-menu-system/ http://cyberchimps.com/forum-topic/make-menu-items-inactive-but-clickable-for-the-drop-down-sub-menu/ WP 1067 09/09/2023 WP Formatting Register Widget Areas In Your Admin Cpanel widget area register_sidebar functions.php admin How to add widget area Author: Chris Diaz Posted on: April 7, 2011 Relation: Layout Complexity: Advanced Tags: widget, WordPress Rating: 3.3/5 (2 votes cast) How to add widget area in WordPress This tutorial will show you how to create new widget area in WordPress. Any widget in WordPress template could be displayed in any place on the page. This could be done using WordPress widget areas. To add widget area access to your WordPress installation folder. 1. Open ‘wp-content/themes/theme###’ folder. 2. View the functions.php file 3. Use search tool (CTRL+F) and search for ‘widget’. You can fund the following lines: Here you can see that widgets are defined in the sidebar-init.php file ? 1 2 //Widget and Sidebar require_once $includes_path . 'sidebar-init.php'; This line defines the $includes_path variable value. ? 1 $includes_path = TEMPLATEPATH . '/includes/'; These lines shows you that the widgets are defined in the wp-content/themes/theme###/includes/sidebar-init.php file 4. Open sidebar-init.php file. All widget areas are defined here. The following code is used to define wach area: ? 1 2 3 4 5 6 7 8 9 register_sidebar(array( 'name' => 'Sidebar 2', 'id' => 'sidebar-2', 'description' => __( 'Located at the right side of pages.'), 'before_widget' => '', 'after_widget' => '', 'before_title' => '', 'after_title' => '', )); To register new widget area copy the code above and paste it before the closing ‘}’ bracket Change the ‘name’, ‘id’ and ‘description’ values. 5. Now you can insert the widget area to any part of the template. Go back to the ‘wp-content/themes/theme###‘ folder. You can insert the area to any layout file: header.php footer.php single.php category.php index.php sidebar.php etc 6. Paste the following code to the required place to insert the widget area. ? 1 Replace ‘New Widget Area’ with your widget area name. 7. If everything has been done correctly the new widget area would be available from the WordPress admin panel Appearance>Widgets (right column) . WP 1238 09/09/2023 WP Formatting Using External Php Pages external pages get header get footer get sidebar get_header() get_footer() get_sidebar() I like to use my stuff with the WordPress capabilities. I can also put my stuff in a separate directory making it easier to debug files. The newest version of WP merged the old WordPress Multi-User (WPMU) and the standalone version of WordPress. Since this merger, the new way to include WP in external pages is to change the require() statement to pull in wp-load.php (instead of wp-blog-header.php) like this: < ?php require('./wp-load.php'); get_header(); ?> This is the external content. < ?php get_sidebar(); get_footer(); ?> WP 757 09/09/2023 WP Formatting Embed Wordpress Page Into An External Php Page embed wordpress page apply_filters get_pages functions Create a category PageInserts and group your insert pages under this category. the 62 is my page 62 post_content); echo $content; //end load my wordpress page // start my custom code ?> WP 759 09/09/2023 WP Formatting Hide A Widget Area Without Removing It hide widget area class id Wordpress themes usually have a div tag surrounding the widget area. Using something like Firebug in Firefox will show the div tag id names and classes. Using the header widget area in the themes css file: #header .widget-area { float: right; padding: 35px 0 0; width: 550px; } add "display:none;" after "width:550px;" and it will disappear. external pages can have javascript at the end of the document can have: if it is a class. if it is an id. WP 670 09/09/2023 WP Function Code That Displays Errors error Error Traping ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL & ~E_WARNING & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false); define('WP_DEBUG_LOG', true); // Still logs critical errors to debug.log function wp_debug_mode() { /** * Filters whether to allow the debug mode check to occur. * * This filter runs before it can be used by plugins. It is designed for * non-web runtimes. Returning false causes the `WP_DEBUG` and related * constants to not be checked and the default PHP values for errors * will be used unless you take care to update them yourself. * * To use this filter you must define a `$wp_filter` global before * WordPress loads, usually in `wp-config.php`. * * Example: * * $GLOBALS['wp_filter'] = array( * 'enable_wp_debug_mode_checks' => array( * 10 => array( * array( * 'accepted_args' => 0, * 'function' => function() { * return false; * }, * ), * ), * ), * ); * * @since 4.6.0 * * @param bool $enable_debug_mode Whether to enable debug mode checks to occur. Default true. */ if ( ! apply_filters( 'enable_wp_debug_mode_checks', true ) ) { return; } if ( WP_DEBUG ) { error_reporting( E_ALL ); if ( WP_DEBUG_DISPLAY ) { ini_set( 'display_errors', 1 ); } elseif ( null !== WP_DEBUG_DISPLAY ) { ini_set( 'display_errors', 0 ); } if ( in_array( strtolower( (string) WP_DEBUG_LOG ), array( 'true', '1' ), true ) ) { $log_path = WP_CONTENT_DIR . '/debug.log'; } elseif ( is_string( WP_DEBUG_LOG ) ) { $log_path = WP_DEBUG_LOG; } else { $log_path = false; } if ( $log_path ) { ini_set( 'log_errors', 1 ); ini_set( 'error_log', $log_path ); } } else { error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR ); } /* * The 'REST_REQUEST' check here is optimistic as the constant is most * likely not set at this point even if it is in fact a REST request. */ if ( defined( 'XMLRPC_REQUEST' ) || defined( 'REST_REQUEST' ) || defined( 'MS_FILES_REQUEST' ) || ( defined( 'WP_INSTALLING' ) && WP_INSTALLING ) || wp_doing_ajax() || wp_is_json_request() ) { ini_set( 'display_errors', 0 ); } } WP 1 01/08/2026 WP Function Start Plugin plugin wpdb Plugin $appid="777";if(!defined('SWD_PATH')){define( 'SWD_PATH', plugin_dir_path( __FILE__ ));} require_once( SWD_PATH."SWD/WPfunctions.php");$connection=$wpdb->dbh; WP 3 09/09/2023 WP Function Directories directory function Available Functions WordPress includes many other functions for determining paths and URLs to files or directories within plugins, themes, and WordPress itself. See the individual Codex pages for each function for complete information on their use. ABSPATH - from wpconfig.php Plugins plugins_url() plugin_dir_url() plugin_dir_path() plugin_basename() Themes get_template_directory_uri() get_stylesheet_uri() get_theme_root_uri() get_theme_root() get_theme_roots() Site Home home_url() WordPress admin_url() site_url() content_url() includes_url() wp_upload_dir() Multisite get_admin_url() get_home_url() get_site_url() network_admin_url() network_site_url() network_home_url() Constants WordPress makes use of the following constants when determining the path to the content and plugin directories. These should not be used directly by plugins or themes, but are listed here for completeness. WP_CONTENT_DIR // no trailing slash, full paths only WP_CONTENT_URL // full url WP_PLUGIN_DIR // full path, no trailing slash WP_PLUGIN_URL // full url, no trailing slash // Available per default in MS, not set in single site install // Can be used in single site installs (as usual: at your own risk) UPLOADS // uploads folder, relative to ABSPATH (for e.g.: /wp-content/uploads) WP 2 09/09/2023 WP Function Hooks hook embed http://adambrown.info/p/wp_hooks/version/3.9 // Remove old copyright text add_action( 'init' , 'mh_remove' , 15 ); function mh_remove() { remove_action('wp_footer','footer-2',30); } Parameters $tag (string) (required) The action hook to which the function to be removed is hooked. Default: None $function_to_remove (string) (required) The name of the function which should be removed. Default: None $priority (int) (optional) The priority of the function (as defined when the function was originally hooked). Default: 10 Return add_action( 'widgets_init', 'my_widget' ); All plugin hooks in WordPress 3.9 Important! Some WordPress hooks get applied in multiple PHP files. If you are trying to figure out what a specific WordPress hook does, sort the table by "hook" and make sure you are looking in all the files where it occurs. To sort the table, click on a column title. Click a hook name to see details about the hook. Click a file name to see only hooks used in that file. Hook Type New? Instances 1 activated_plugin action no 1 2 activate_blog action no 1 3 activate_header action no 1 4 activate_plugin action no 1 5 activate_wp_head action no 1 6 activate_{$plugin} note action no 2 7 activity_box_end action no 1 8 added_existing_user action no 1 9 added_option action no 1 10 added_term_relationship action no 1 11 added_usermeta action no 1 12 added_{$meta_type}_meta note action no 1 13 additional_capabilities_display filter no 1 14 add_admin_bar_menus action no 1 15 add_attachment action no 1 16 add_category_form_pre action no 1 17 add_link action no 1 18 add_link_category_form_pre action no 1 19 add_menu_classes filter no 1 20 add_meta_boxes action no 3 21 add_meta_boxes_comment action no 1 22 add_meta_boxes_link action no 1 23 add_meta_boxes_{$post_type} note action no 1 24 add_option action no 1 25 add_option_{$option} note action no 1 26 add_ping filter no 1 27 add_signup_meta filter no 3 28 add_site_option action no 1 29 add_site_option_{$option} note action no 1 30 add_tag_form action no 1 31 add_tag_form_fields action no 1 32 add_tag_form_pre action no 1 33 add_term_relationship action no 1 34 add_user_to_blog action no 1 35 add_{$meta_type}_meta note action no 1 36 add_{$meta_type}_metadata note filter no 1 37 adminmenu action no 1 38 admin_action_{$action} note action no 1 39 admin_bar_init action no 1 40 admin_bar_menu action no 1 41 admin_body_class filter no 2 42 admin_color_scheme_picker action no 1 43 admin_comment_types_dropdown filter no 1 44 admin_enqueue_scripts action no 5 45 admin_footer action no 3 46 admin_footer-widgets-php action YES 1 47 admin_footer-{$hook_suffix} note action no 1 48 admin_footer_text filter no 1 49 admin_head action no 4 50 admin_head-media-upload-popup action no 1 51 admin_head-press-this-php action no 1 52 admin_head-{$hook_suffix} note action no 2 53 admin_head_{$content_func} note action no 1 54 admin_init action no 3 55 admin_memory_limit filter no 3 56 admin_menu action no 1 57 admin_notices action no 1 58 admin_page_access_denied action no 1 59 admin_post_thumbnail_html filter no 1 60 admin_print_footer_scripts action no 5 61 admin_print_scripts action no 5 62 admin_print_scripts-media-upload-popup action no 1 63 admin_print_scripts-press-this-php action no 1 64 admin_print_scripts-widgets-php action YES 1 65 admin_print_scripts-{$hook_suffix} note action no 2 66 admin_print_styles action no 5 67 admin_print_styles-media-upload-popup action no 1 68 admin_print_styles-press-this-php action no 1 69 admin_print_styles-widgets-php action YES 1 70 admin_print_styles-{$hook_suffix} note action no 2 71 admin_title filter no 1 72 admin_url filter no 1 73 admin_xml_ns action no 2 74 after-{$taxonomy}-table note action no 1 75 after_db_upgrade action no 1 76 after_delete_post action no 1 77 after_menu_locations_table action no 1 78 after_mu_upgrade action no 2 79 after_plugin_row action no 1 80 after_plugin_row_{$plugin_file} note action no 1 81 after_setup_theme action no 1 82 after_signup_form action no 1 83 after_switch_theme action no 2 84 after_theme_row action no 1 85 after_theme_row_{$stylesheet} note action no 1 86 after_wp_tiny_mce action no 1 87 ajax_query_attachments_args filter no 1 88 akismet_comment_check_response action no 1 89 akismet_comment_nonce filter no 2 90 akismet_delete_commentmeta_interval filter no 1 91 akismet_optimize_table filter no 2 92 akismet_show_user_comments_approved filter no 1 93 akismet_spam_caught action no 1 94 akismet_spam_count_incr filter no 2 95 akismet_submit_nonspam_comment action no 1 96 akismet_submit_spam_comment action no 1 97 akismet_ua filter no 1 98 akismet_view_arguments filter YES 1 99 allowed_http_origin filter no 1 100 allowed_http_origins filter no 1 101 allowed_redirect_hosts filter no 1 102 allowed_themes filter no 1 103 allow_dev_auto_core_updates filter no 1 104 allow_major_auto_core_updates filter no 1 105 allow_minor_auto_core_updates filter no 1 106 allow_password_reset filter no 1 107 allow_subdirectory_install filter no 1 108 all_admin_notices action no 1 109 all_plugins filter no 1 110 all_themes filter no 1 111 archive_blog action no 2 112 async_upload_{$type} note filter no 1 113 atom_author action no 1 114 atom_comments_ns action no 1 115 atom_enclosure filter no 1 116 atom_entry action no 1 117 atom_head action no 1 118 atom_ns action no 2 119 attachment_fields_to_edit filter no 2 120 attachment_fields_to_save filter no 3 121 attachment_icon filter no 1 122 attachment_innerHTML filter no 1 123 attachment_link filter no 1 124 attachment_max_dims filter no 1 125 attachment_submitbox_misc_actions action no 1 126 attachment_thumbnail_args filter YES 1 127 attribute_escape filter no 1 128 audio_submitbox_misc_sections filter no 1 129 authenticate filter no 1 130 author_email filter no 1 131 author_feed_link filter no 1 132 author_link filter no 1 133 author_rewrite_rules filter no 1 134 auth_cookie filter no 1 135 auth_cookie_bad_hash action no 1 136 auth_cookie_bad_username action no 1 137 auth_cookie_expiration filter no 2 138 auth_cookie_expired action no 1 139 auth_cookie_malformed action no 1 140 auth_cookie_valid action no 1 141 auth_post_meta_{$meta_key} note filter no 1 142 auth_redirect action no 1 143 auth_redirect_scheme filter no 1 144 autocomplete_users_for_site_admins filter no 2 145 automatic_updater_disabled filter no 1 146 automatic_updates_complete action no 1 147 automatic_updates_debug_email filter no 1 148 automatic_updates_is_vcs_checkout filter no 1 149 automatic_updates_send_debug_email filter no 1 150 auto_core_update_email filter no 1 151 auto_core_update_send_email filter no 1 152 auto_update_{$type} note filter no 1 153 avatar_defaults filter no 1 154 before_delete_post action no 1 155 before_signup_form action no 1 156 before_wp_tiny_mce action no 1 157 begin_fetch_post_thumbnail_html action no 1 158 block_local_requests filter no 1 159 bloginfo filter no 1 160 bloginfo_rss filter no 1 161 bloginfo_url filter no 1 162 blog_details filter no 1 163 blog_option_{$option} note filter no 1 164 blog_privacy_selector action no 1 165 blog_redirect_404 filter no 1 166 body_class filter no 1 167 browse-happy-notice filter no 1 168 bulk_actions-{$this->screen->id} note filter no 1 169 bulk_edit_custom_box action no 1 170 bulk_post_updated_messages filter no 1 171 cancel_comment_reply_link filter no 1 172 can_edit_network filter no 1 173 category_description filter no 1 174 category_feed_link filter no 1 175 category_link filter no 1 176 check_admin_referer action no 1 177 check_ajax_referer action no 1 178 check_comment_flood action no 1 179 check_is_user_spammed filter no 1 180 check_password filter no 2 181 check_passwords action no 1 182 clean_attachment_cache action no 1 183 clean_object_term_cache action no 1 184 clean_page_cache action no 1 185 clean_post_cache action no 1 186 clean_term_cache action no 1 187 clean_url filter no 1 188 clear_auth_cookie action no 1 189 close_comments_for_post_types filter no 2 190 commentrss2_item action no 1 191 commentsrss2_head action no 1 192 comments_array filter no 1 193 comments_atom_head action no 1 194 comments_clauses filter no 1 195 comments_link_feed filter no 1 196 comments_number filter no 1 197 comments_open filter no 1 198 comments_per_page filter no 2 199 comments_popup_link_attributes filter no 1 200 comments_rewrite_rules filter no 1 201 comments_template filter no 1 202 comment_add_author_url action no 1 203 comment_atom_entry action no 1 204 comment_author filter no 1 205 comment_author_rss filter no 1 206 comment_class filter no 1 207 comment_closed action no 1 208 comment_cookie_lifetime filter no 1 209 comment_duplicate_trigger action no 1 210 comment_edit_pre filter no 2 211 comment_edit_redirect filter no 1 212 comment_email filter no 1 213 comment_excerpt filter no 1 214 comment_feed_groupby filter no 2 215 comment_feed_join filter no 2 216 comment_feed_limits filter no 2 217 comment_feed_orderby filter no 2 218 comment_feed_where filter no 2 219 comment_flood_filter filter no 1 220 comment_flood_trigger action no 1 221 comment_form action no 3 222 comment_form_after action no 1 223 comment_form_after_fields action no 1 224 comment_form_before action no 1 225 comment_form_before_fields action no 1 226 comment_form_comments_closed action no 1 227 comment_form_defaults filter no 1 228 comment_form_default_fields filter no 1 229 comment_form_field_comment filter no 1 230 comment_form_field_{$name} note filter no 1 231 comment_form_logged_in filter no 1 232 comment_form_logged_in_after action no 1 233 comment_form_must_log_in_after action no 1 234 comment_form_top action no 1 235 comment_id_fields filter no 1 236 comment_id_not_found action no 1 237 comment_link filter no 1 238 comment_loop_start action no 1 239 comment_max_links_url filter no 1 240 comment_moderation_headers filter no 1 241 comment_moderation_recipients filter no 1 242 comment_moderation_subject filter no 1 243 comment_moderation_text filter no 1 244 comment_notification_headers filter no 1 245 comment_notification_notify_author filter no 1 246 comment_notification_recipients filter no 1 247 comment_notification_subject filter no 1 248 comment_notification_text filter no 1 249 comment_on_draft action no 1 250 comment_on_password_protected action no 1 251 comment_on_trash action no 1 252 comment_post action no 1 253 comment_post_redirect filter no 1 254 comment_remove_author_url action no 1 255 comment_reply_link filter no 1 256 comment_row_actions filter no 2 257 comment_save_pre filter no 1 258 comment_status_links filter no 1 259 comment_text filter no 2 260 comment_text_rss filter no 1 261 comment_url filter no 1 262 comment_{$new_status}_{$comment->comment_type} note action no 1 263 comment_{$old_status}_to_{$new_status} note action no 1 264 content_url filter no 1 265 contextual_help filter no 1 266 contextual_help_list filter no 1 267 core_upgrade_preamble action no 1 268 core_version_check_locale filter no 1 269 created_term action no 1 270 created_{$taxonomy} note action no 1 271 create_term action no 1 272 create_{$taxonomy} note action no 1 273 cron_request filter no 1 274 cron_schedules filter no 1 275 current_screen action no 1 276 current_theme_supports-{$feature} note filter no 1 277 customizer_widgets_section_args filter YES 1 278 customize_allowed_urls filter no 1 279 customize_controls_enqueue_scripts action no 1 280 customize_controls_init action no 1 281 customize_controls_print_footer_scripts action no 1 282 customize_controls_print_scripts action no 1 283 customize_controls_print_styles action no 1 284 customize_preview_init action no 1 285 customize_preview_{$this->id} note action no 1 286 customize_register action no 1 287 customize_render_control action no 1 288 customize_render_control_{$this->id} note action no 1 289 customize_render_section action no 1 290 customize_render_section_{$this->id} note action no 1 291 customize_sanitize_js_{$this->id} note filter no 1 292 customize_sanitize_{$this->id} note filter no 1 293 customize_save action no 1 294 customize_save_after action no 1 295 customize_save_{$this->id_data[base]} note action no 1 296 customize_update_{$this->type} note action no 1 297 customize_value_{$this->id_data[base]} note filter no 1 298 custom_header_options action no 1 299 custom_menu_order filter no 1 300 dashboard_glance_items filter no 1 301 dashboard_primary_feed filter no 1 302 dashboard_primary_link filter no 1 303 dashboard_primary_title filter no 1 304 dashboard_secondary_feed filter no 1 305 dashboard_secondary_link filter no 1 306 dashboard_secondary_title filter no 1 307 date_formats filter no 1 308 date_i18n filter no 1 309 date_query_valid_columns filter no 1 310 date_rewrite_rules filter no 1 311 day_link filter no 1 312 dbdelta_create_queries filter no 1 313 dbdelta_insert_queries filter no 1 314 dbdelta_queries filter no 1 315 dbx_post_advanced action no 1 316 dbx_post_sidebar action no 1 317 deactivated_plugin action no 1 318 deactivate_blog action no 1 319 deactivate_plugin action no 1 320 deactivate_{$plugin} note action no 1 321 default_avatar_select filter no 1 322 default_content filter no 1 323 default_contextual_help filter no 1 324 default_excerpt filter no 1 325 default_feed filter no 1 326 default_hidden_meta_boxes filter no 1 327 default_option_{$option} note filter no 3 328 default_site_option_{$option} note filter no 3 329 default_title filter no 1 330 deleted_comment action no 1 331 deleted_link action no 1 332 deleted_option action no 1 333 deleted_post action no 2 334 deleted_postmeta action no 1 335 deleted_site_transient action no 1 336 deleted_term_relationships action no 1 337 deleted_term_taxonomy action no 1 338 deleted_transient action no 1 339 deleted_user action no 2 340 deleted_usermeta action no 1 341 deleted_{$meta_type}meta note action no 1 342 deleted_{$meta_type}_meta note action no 2 343 delete_attachment action no 1 344 delete_blog action no 1 345 delete_comment action no 2 346 delete_link action no 1 347 delete_option action no 1 348 delete_option_{$option} note action no 1 349 delete_post action no 2 350 delete_postmeta action no 1 351 delete_site_email_content filter no 1 352 delete_site_option action no 1 353 delete_site_option_{$option} note action no 1 354 delete_site_transient_{$transient} note action no 1 355 delete_term action no 1 356 delete_term_relationships action no 1 357 delete_term_taxonomy action no 1 358 delete_transient_{$transient} note action no 1 359 delete_user action no 1 360 delete_usermeta action no 1 361 delete_{$meta_type}meta note action no 1 362 delete_{$meta_type}_meta note action no 2 363 delete_{$meta_type}_metadata note filter no 1 364 delete_{$taxonomy} note action no 1 365 deprecated_argument_run action no 1 366 deprecated_argument_trigger_error filter no 1 367 deprecated_file_included action no 1 368 deprecated_file_trigger_error filter no 1 369 deprecated_function_run action no 1 370 deprecated_function_trigger_error filter no 1 371 determine_current_user filter YES 1 372 disable_captions filter no 7 373 display_media_states filter no 1 374 display_post_states filter no 1 375 documentation_ignore_functions filter no 1 376 doing_it_wrong_run action no 1 377 doing_it_wrong_trigger_error filter no 1 378 domain_exists filter no 1 379 do_meta_boxes action no 8 380 do_mu_upgrade filter no 1 381 do_parse_request filter no 1 382 do_robots action no 1 383 do_robotstxt action no 1 384 dynamic_sidebar action no 1 385 dynamic_sidebar_after action YES 2 386 dynamic_sidebar_before action YES 2 387 dynamic_sidebar_has_widgets filter YES 2 388 dynamic_sidebar_params filter no 1 389 editable_extensions filter no 1 390 editable_roles filter no 1 391 editable_slug filter no 7 392 edited_term action no 1 393 edited_terms action no 4 394 edited_term_taxonomies action no 1 395 edited_term_taxonomy action no 3 396 edited_{$taxonomy} note action no 1 397 editor_max_image_size filter no 1 398 edit_attachment action no 1 399 edit_bookmark_link filter no 1 400 edit_categories_per_page filter no 2 401 edit_category_form action no 2 402 edit_category_form_fields action no 1 403 edit_category_form_pre action no 1 404 edit_comment action no 1 405 edit_comment_link filter no 1 406 edit_form_advanced action no 1 407 edit_form_after_editor action no 1 408 edit_form_after_title action no 1 409 edit_form_top action no 1 410 edit_link action no 1 411 edit_link_category_form action no 2 412 edit_link_category_form_fields action no 1 413 edit_link_category_form_pre action no 1 414 edit_page_form action no 1 415 edit_post action no 3 416 edit_posts_per_page filter no 3 417 edit_post_link filter no 1 418 edit_post_{$field} note filter no 1 419 edit_profile_url filter no 1 420 edit_tags_per_page filter no 1 421 edit_tag_form action no 1 422 edit_tag_form_fields action no 1 423 edit_tag_form_pre action no 1 424 edit_tag_link filter no 1 425 edit_term action no 1 426 edit_terms action no 4 427 edit_term_link filter no 1 428 edit_term_taxonomies action no 1 429 edit_term_taxonomy action no 3 430 edit_term_{$field} note filter no 1 431 edit_user_profile action no 1 432 edit_user_profile_update action no 1 433 edit_user_{$field} note filter no 1 434 edit_{$field} note filter no 3 435 edit_{$taxonomy} note action no 1 436 edit_{$taxonomy}_{$field} note filter no 1 437 embed_cache_oembed_types filter no 1 438 embed_defaults filter no 1 439 embed_googlevideo filter no 1 440 embed_handler_html filter no 1 441 embed_maybe_make_link filter no 1 442 embed_oembed_discover filter no 1 443 embed_oembed_html filter no 2 444 enable_edit_any_user_configuration filter no 1 445 enable_live_network_counts filter no 2 446 enable_post_by_email_configuration filter no 4 447 enable_update_services_configuration filter no 2 448 end_fetch_post_thumbnail_html action no 1 449 enter_title_here filter no 2 450 esc_html filter no 1 451 esc_textarea filter no 1 452 excerpt_length filter no 1 453 excerpt_more filter no 1 454 exit_on_http_head filter no 1 455 export_args filter no 1 456 export_filters action no 1 457 export_wp action no 1 458 ext2type filter no 1 459 extra_theme_headers filter no 1 460 extra_{$context}_headers note filter no 1 461 feed_content_type filter no 1 462 feed_link filter no 1 463 filesystem_method filter no 1 464 filesystem_method_file filter no 1 465 file_is_displayable_image filter no 1 466 flush_rewrite_rules_hard filter no 1 467 force_filtered_html_on_import filter no 1 468 format_to_edit filter no 1 469 found_posts filter no 1 470 found_posts_query filter no 1 471 found_users_query filter no 1 472 fs_ftp_connection_types filter no 1 473 gallery_style filter no 1 474 generate_rewrite_rules action no 1 475 getarchives_join filter no 1 476 getarchives_where filter no 1 477 getimagesize_mimes_to_exts filter no 1 478 gettext filter no 1 479 gettext_with_context filter no 1 480 get_ancestors filter no 2 481 get_archives_link filter no 1 482 get_attached_file filter no 1 483 get_attached_media filter no 1 484 get_attached_media_args filter no 1 485 get_avatar filter no 1 486 get_avatar_comment_types filter no 1 487 get_bloginfo_rss filter no 2 488 get_blogs_of_user filter no 1 489 get_bookmarks filter no 3 490 get_calendar filter no 4 491 get_categories_taxonomy filter no 1 492 get_comment filter no 1 493 get_comments_link filter no 1 494 get_comments_number filter no 1 495 get_comments_pagenum_link filter no 1 496 get_comment_author filter no 1 497 get_comment_author_email filter no 1 498 get_comment_author_IP filter no 1 499 get_comment_author_link filter no 2 500 get_comment_author_url filter no 1 501 get_comment_author_url_link filter no 1 502 get_comment_date filter no 1 503 get_comment_excerpt filter no 1 504 get_comment_ID filter no 1 505 get_comment_link filter no 1 506 get_comment_text filter no 1 507 get_comment_time filter no 1 508 get_comment_type filter no 1 509 get_date_sql filter no 1 510 get_delete_post_link filter no 1 511 get_editable_authors filter no 1 512 get_edit_bookmark_link filter no 1 513 get_edit_comment_link filter no 1 514 get_edit_post_link filter no 1 515 get_edit_tag_link filter no 1 516 get_edit_term_link filter no 1 517 get_edit_user_link filter no 1 518 get_enclosed filter no 1 519 get_footer action no 1 520 get_header action no 1 521 get_image_tag filter no 1 522 get_image_tag_class filter no 1 523 get_lastpostdate filter no 1 524 get_lastpostmodified filter no 1 525 get_media_item_args filter no 2 526 get_meta_sql filter no 1 527 get_others_drafts filter no 1 528 get_pagenum_link filter no 1 529 get_pages filter no 3 530 get_post_galleries filter no 1 531 get_post_gallery filter no 1 532 get_post_modified_time filter no 1 533 get_post_time filter no 1 534 get_pung filter no 1 535 get_sample_permalink_html filter no 2 536 get_search_form filter no 1 537 get_search_query filter no 1 538 get_shortlink filter no 1 539 get_sidebar action no 1 540 get_space_allowed filter no 1 541 get_tags filter no 1 542 get_template_part_{$slug} note action no 1 543 get_term filter no 2 544 get_terms filter no 3 545 get_terms_args filter no 1 546 get_terms_fields filter no 1 547 get_terms_orderby filter no 1 548 get_the_author_{$field} note filter no 1 549 get_the_categories filter no 1 550 get_the_date filter no 1 551 get_the_excerpt filter no 1 552 get_the_generator_{$type} note filter no 1 553 get_the_guid filter no 1 554 get_the_modified_date filter no 1 555 get_the_modified_time filter no 1 556 get_the_tags filter no 1 557 get_the_terms filter no 1 558 get_the_time filter no 1 559 get_to_ping filter no 1 560 get_usernumposts filter no 1 561 get_users_drafts filter no 1 562 get_user_option_{$option} note filter no 1 563 get_wp_title_rss filter no 1 564 get_{$adjacent}_post_join note filter no 1 565 get_{$adjacent}_post_sort note filter no 1 566 get_{$adjacent}_post_where note filter no 1 567 get_{$meta_type}_metadata note filter no 2 568 get_{$taxonomy} note filter no 2 569 global_terms_enabled filter no 1 570 got_rewrite filter no 1 571 got_url_rewrite filter no 1 572 graceful_fail filter no 1 573 graceful_fail_template filter no 1 574 granted_super_admin action no 1 575 grant_super_admin action no 1 576 heartbeat_nopriv_received filter no 1 577 heartbeat_nopriv_send filter no 1 578 heartbeat_nopriv_tick action no 1 579 heartbeat_received filter no 1 580 heartbeat_send filter no 1 581 heartbeat_settings filter no 1 582 heartbeat_tick action no 1 583 hidden_meta_boxes filter no 1 584 home_url filter no 1 585 htmledit_pre filter no 1 586 https_local_ssl_verify filter no 3 587 https_ssl_verify filter no 2 588 http_api_curl action no 1 589 http_api_debug action no 1 590 http_api_transports filter no 1 591 http_headers_useragent filter no 2 592 http_origin filter no 1 593 http_request_args filter no 1 594 http_request_host_is_external filter no 1 595 http_request_redirection_count filter no 1 596 http_request_reject_unsafe_urls filter no 1 597 http_request_timeout filter no 1 598 http_request_version filter no 1 599 http_response filter no 1 600 icon_dir filter no 3 601 icon_dirs filter no 1 602 icon_dir_uri filter no 1 603 iis7_supports_permalinks filter no 1 604 iis7_url_rewrite_rules filter no 1 605 image_add_caption_shortcode filter no 1 606 image_downsize filter no 2 607 image_editor_default_mime_type filter no 1 608 image_editor_save_pre filter no 2 609 image_edit_before_change filter no 1 610 image_make_intermediate_size filter no 2 611 image_memory_limit filter no 3 612 image_resize_dimensions filter no 1 613 image_save_pre filter no 2 614 image_send_to_editor filter no 1 615 image_send_to_editor_url filter no 1 616 image_size_names_choose filter no 5 617 img_caption_shortcode filter no 1 618 img_caption_shortcode_width filter no 1 619 import_upload_size_limit filter no 1 620 includes_url filter no 1 621 incompatible_sql_modes filter YES 1 622 index_rel_link filter no 1 623 init action no 1 624 install_plugins_nonmenu_tabs filter no 1 625 install_plugins_pre_{$tab} note action no 1 626 install_plugins_table_api_args_{$tab} note filter no 1 627 install_plugins_table_header action no 1 628 install_plugins_tabs filter no 1 629 install_plugins_{$tab} note action no 1 630 install_plugin_complete_actions filter no 1 631 install_themes_nonmenu_tabs filter no 1 632 install_themes_pre_{$tab} note action no 1 633 install_themes_table_api_args_{$old_filter} note filter YES 1 634 install_themes_table_api_args_{$tab} note filter no 1 635 install_themes_table_header action no 1 636 install_themes_tabs filter no 1 637 install_themes_{$tab} note action no 1 638 install_theme_complete_actions filter no 1 639 intermediate_image_sizes filter no 1 640 intermediate_image_sizes_advanced filter no 1 641 in_admin_footer action no 1 642 in_admin_header action no 1 643 in_plugin_update_message-{$file} note action no 1 644 in_theme_update_message-{$theme_key} note action no 1 645 in_widget_form action no 1 646 is_active_sidebar filter YES 1 647 is_email filter no 9 648 is_email_address_unsafe filter no 1 649 is_multi_author filter no 1 650 is_protected_meta filter no 1 651 is_wide_widget_in_customizer filter YES 1 652 jpeg_quality filter no 2 653 js_escape filter no 1 654 kses_allowed_protocols filter no 1 655 language_attributes filter no 1 656 lang_codes filter no 1 657 link_category filter no 3 658 link_title filter no 1 659 list_cats filter no 5 660 list_pages filter no 1 661 list_terms_exclusions filter no 1 662 load-categories-php action no 1 663 load-edit-link-categories-php action no 1 664 load-importer-{$importer} note action no 1 665 load-page-new-php action no 1 666 load-page-php action no 1 667 load-widgets-php action no 3 668 load-{$pagenow} note action no 1 669 load-{$page_hook} note action no 1 670 load-{$plugin_page} note action no 1 671 load_default_embeds filter no 1 672 load_default_widgets filter no 1 673 load_feed_engine action no 1 674 load_image_to_edit filter no 1 675 load_image_to_edit_attachmenturl filter no 1 676 load_image_to_edit_filesystempath filter no 1 677 load_image_to_edit_path filter no 1 678 load_textdomain action no 1 679 load_textdomain_mofile filter no 1 680 locale filter no 2 681 locale_stylesheet_uri filter no 1 682 loginout filter no 2 683 login_body_class filter no 1 684 login_enqueue_scripts action no 1 685 login_errors filter no 1 686 login_footer action no 2 687 login_form action no 1 688 login_form_bottom filter no 1 689 login_form_defaults filter no 1 690 login_form_middle filter no 1 691 login_form_top filter no 1 692 login_form_{$action} note action no 1 693 login_head action no 1 694 login_headertitle filter no 1 695 login_headerurl filter no 1 696 login_init action no 1 697 login_message filter no 1 698 login_messages filter no 1 699 login_redirect filter no 1 700 login_url filter no 1 701 logout_url filter no 1 702 loop_end action no 1 703 loop_start action no 1 704 lostpassword_form action no 1 705 lostpassword_post action no 1 706 lostpassword_redirect filter no 1 707 lostpassword_url filter no 1 708 lost_password action no 1 709 make_delete_blog action no 2 710 make_ham_blog action no 2 711 make_ham_user action no 1 712 make_spam_blog action no 2 713 make_spam_user action no 1 714 make_undelete_blog action no 2 715 manage_comments_custom_column action no 1 716 manage_comments_nav action no 1 717 manage_link_custom_column action no 1 718 manage_media_columns filter no 1 719 manage_media_custom_column action no 1 720 manage_pages_columns filter no 1 721 manage_pages_custom_column action no 1 722 manage_plugins_custom_column action no 1 723 manage_posts_columns filter no 1 724 manage_posts_custom_column action no 1 725 manage_sites_action_links filter no 1 726 manage_sites_custom_column action no 1 727 manage_taxonomies_for_attachment_columns filter no 1 728 manage_taxonomies_for_{$post_type}_columns note filter no 1 729 manage_themes_custom_column action no 1 730 manage_users_custom_column filter no 2 731 manage_{$post->post_type}_posts_custom_column note action no 1 732 manage_{$post_type}_posts_columns note filter no 1 733 manage_{$screen->id}_columns note filter no 1 734 manage_{$this->screen->id}_sortable_columns note filter no 1 735 manage_{$this->screen->taxonomy}_custom_column note filter no 1 736 map_meta_cap filter no 1 737 mature_blog action no 2 738 mce_buttons filter no 1 739 mce_buttons_2 filter no 1 740 mce_buttons_3 filter no 1 741 mce_buttons_4 filter no 1 742 mce_css filter no 1 743 mce_external_languages filter no 1 744 mce_external_plugins filter no 1 745 media_buttons action no 1 746 media_buttons_context filter no 1 747 media_meta filter no 3 748 media_row_actions filter no 1 749 media_send_to_editor filter no 2 750 media_submitbox_misc_sections filter no 1 751 media_upload_default_tab filter no 2 752 media_upload_default_type filter no 1 753 media_upload_form_url filter no 4 754 media_upload_mime_type_links filter no 1 755 media_upload_tabs filter no 2 756 media_upload_{$tab} note action no 1 757 media_upload_{$type} note action no 1 758 media_view_settings filter no 1 759 media_view_strings filter no 1 760 menu_order filter no 1 761 mime_types filter no 1 762 mod_rewrite_rules filter no 1 763 months_dropdown_results filter no 1 764 month_link filter no 1 765 ms_site_check filter no 1 766 ms_site_not_found action YES 1 767 ms_user_list_site_actions filter no 1 768 ms_user_row_actions filter no 1 769 muplugins_loaded action no 1 770 mu_activity_box_end action no 1 771 mu_dropdown_languages filter no 1 772 mu_menu_items filter no 1 773 mu_rightnow_end action no 1 774 myblogs_allblogs_options action no 1 775 myblogs_blog_actions filter no 1 776 myblogs_options filter no 2 777 nav_menu_attr_title filter no 2 778 nav_menu_css_class filter no 1 779 nav_menu_description filter no 2 780 nav_menu_items_{$post_type_name} note filter no 1 781 nav_menu_item_id filter no 1 782 nav_menu_link_attributes filter no 1 783 nav_menu_meta_box_object filter no 3 784 network_admin_edit_{$action} note action no 1 785 network_admin_menu action no 1 786 network_admin_notices action no 1 787 network_admin_url filter no 1 788 network_by_path_segments_count filter YES 1 789 network_home_url filter no 1 790 network_sites_updated_message_{$updated} note filter no 1 791 network_site_url filter no 1 792 network_site_users_after_list_table action no 1 793 newblogname filter no 1 794 newblog_notify_siteadmin filter no 1 795 newuser_notify_siteadmin filter no 1 796 new_admin_email_content filter no 1 797 new_user_email_content filter no 1 798 next_comments_link_attributes filter no 1 799 next_posts_link_attributes filter no 1 800 ngettext filter no 1 801 ngettext_with_context filter no 1 802 nocache_headers filter no 1 803 nonce_life filter no 1 804 nonce_user_logged_out filter no 2 805 no_texturize_shortcodes filter no 1 806 no_texturize_tags filter no 1 807 number_format_i18n filter no 1 808 oembed_dataparse filter no 1 809 oembed_fetch_url filter no 1 810 oembed_linktypes filter no 1 811 oembed_providers filter no 1 812 oembed_result filter no 1 813 opml_head action no 1 814 option_enable_xmlrpc filter no 1 815 option_page_capability_{$option_page} note filter no 1 816 option_{$option_name} note filter YES 1 817 option_{$option} note filter no 1 818 override_load_textdomain filter no 1 819 override_post_lock filter no 1 820 override_unload_textdomain filter no 1 821 page_attributes_dropdown_pages_args filter no 1 822 page_css_class filter no 1 823 page_link filter no 1 824 page_rewrite_rules filter no 1 825 page_row_actions filter no 1 826 paginate_links filter no 3 827 parent_file filter no 1 828 parent_post_rel_link filter no 1 829 parse_query action no 1 830 parse_request action no 1 831 parse_tax_query action no 1 832 password_reset action no 1 833 password_reset_key_expired filter no 1 834 permalink_structure_changed action no 1 835 personal_options action no 1 836 personal_options_update action no 1 837 phone_content filter no 1 838 phpmailer_init action no 1 839 pingback_ping_source_uri filter no 1 840 pingback_post action no 1 841 pingback_useragent filter no 1 842 pings_open filter no 1 843 plugins_api filter no 1 844 plugins_api_args filter no 1 845 plugins_api_result filter no 1 846 plugins_loaded action no 1 847 plugins_update_check_locales filter no 1 848 plugins_url filter no 1 849 plugin_install_action_links filter no 1 850 plugin_locale filter no 2 851 plugin_row_meta filter no 1 852 plupload_default_params filter no 1 853 plupload_default_settings filter no 1 854 plupload_init filter no 1 855 populate_network_meta filter no 1 856 populate_options action no 1 857 post-html-upload-ui action no 1 858 post-plupload-upload-ui action no 3 859 post-upload-ui action no 2 860 postbox_classes_{$page}_{$id} note filter no 1 861 postmeta_form_limit filter no 1 862 posts_clauses filter no 1 863 posts_clauses_request filter no 1 864 posts_distinct filter no 1 865 posts_distinct_request filter no 1 866 posts_fields filter no 1 867 posts_fields_request filter no 1 868 posts_groupby filter no 1 869 posts_groupby_request filter no 1 870 posts_join filter no 1 871 posts_join_paged filter no 1 872 posts_join_request filter no 1 873 posts_orderby filter no 1 874 posts_orderby_request filter no 1 875 posts_request filter no 1 876 posts_request_ids filter no 1 877 posts_results filter no 1 878 posts_search filter no 1 879 posts_search_orderby filter no 1 880 posts_selection action no 1 881 posts_where filter no 1 882 posts_where_paged filter no 1 883 posts_where_request filter no 1 884 post_class filter no 1 885 post_comments_feed_link filter no 1 886 post_comments_feed_link_html filter no 1 887 post_comments_link filter no 1 888 post_comment_status_meta_box-options action no 1 889 post_date_column_time filter no 2 890 post_edit_form_tag action no 1 891 post_format_rewrite_base filter no 1 892 post_gallery filter no 1 893 post_limits filter no 1 894 post_limits_request filter no 1 895 post_link filter no 1 896 post_link_category filter no 1 897 post_locked_dialog action no 1 898 post_lock_lost_dialog action no 1 899 post_mime_types filter no 1 900 post_password_expires filter no 1 901 post_playlist filter YES 1 902 post_rewrite_rules filter no 1 903 post_row_actions filter no 1 904 post_submitbox_misc_actions action no 1 905 post_submitbox_start action no 2 906 post_thumbnail_html filter no 1 907 post_thumbnail_size filter no 1 908 post_types_to_delete_with_user filter no 1 909 post_type_archive_feed_link filter no 1 910 post_type_archive_link filter no 1 911 post_type_archive_title filter no 1 912 post_type_labels_{$post_type} note filter no 1 913 post_type_link filter no 1 914 post_updated action no 1 915 post_updated_messages filter no 1 916 post_{$field} note filter no 1 917 pre-html-upload-ui action no 1 918 pre-plupload-upload-ui action no 2 919 pre-upload-ui action no 2 920 prepend_attachment filter no 1 921 preprocess_comment filter no 1 922 preprocess_signup_form action no 1 923 preview_post_link filter no 4 924 previous_comments_link_attributes filter no 1 925 previous_posts_link_attributes filter no 1 926 pre_add_site_option_{$option} note filter no 1 927 pre_category_nicename filter no 1 928 pre_comment_approved filter no 1 929 pre_comment_author_email filter no 2 930 pre_comment_author_name filter no 2 931 pre_comment_author_url filter no 2 932 pre_comment_content filter no 1 933 pre_comment_on_post action no 1 934 pre_comment_user_agent filter no 1 935 pre_comment_user_ip filter no 1 936 pre_current_active_plugins action no 1 937 pre_delete_site_option_{$option} note action no 1 938 pre_ent2ncr filter no 1 939 pre_get_comments action no 1 940 pre_get_network_by_path filter YES 1 941 pre_get_posts action no 1 942 pre_get_search_form action no 1 943 pre_get_shortlink filter no 1 944 pre_get_site_by_path filter YES 1 945 pre_get_space_used filter no 1 946 pre_http_request filter no 1 947 pre_http_send_through_proxy filter no 1 948 pre_insert_term filter no 1 949 pre_kses filter no 1 950 pre_option_enable_xmlrpc filter no 1 951 pre_option_{$option} note filter no 1 952 pre_ping action no 1 953 pre_post_link filter no 1 954 pre_post_update action no 1 955 pre_post_{$field} note filter no 1 956 pre_remote_source filter no 1 957 pre_set_site_transient_{$transient} note filter no 1 958 pre_set_theme_mod_{$name} note filter YES 1 959 pre_set_transient_{$transient} note filter no 1 960 pre_site_option_{$option} note filter no 1 961 pre_site_transient_{$transient} note filter no 1 962 pre_term_{$field} note filter no 1 963 pre_transient_{$transient} note filter no 1 964 pre_update_option filter YES 1 965 pre_update_option_{$option} note filter no 1 966 pre_update_site_option_{$option} note filter no 1 967 pre_upload_error filter no 1 968 pre_user_description filter no 1 969 pre_user_display_name filter no 1 970 pre_user_email filter no 1 971 pre_user_first_name filter no 1 972 pre_user_id filter no 2 973 pre_user_last_name filter no 1 974 pre_user_login filter no 2 975 pre_user_nicename filter no 1 976 pre_user_nickname filter no 1 977 pre_user_query action no 1 978 pre_user_search action no 1 979 pre_user_url filter no 1 980 pre_user_{$field} note filter no 1 981 pre_wp_nav_menu filter YES 1 982 pre_{$field} note filter no 3 983 pre_{$taxonomy}_{$field} note filter no 1 984 print_admin_styles filter no 1 985 print_footer_scripts filter no 1 986 print_head_scripts filter no 1 987 print_late_styles filter no 1 988 print_media_templates action no 1 989 print_scripts_array filter no 1 990 print_styles_array filter no 1 991 privacy_on_link_text filter no 1 992 privacy_on_link_title filter no 1 993 private_title_format filter no 1 994 private_to_published action no 1 995 profile_personal_options action no 1 996 profile_update action no 1 997 protected_title_format filter no 1 998 publish_phone action no 1 999 pub_priv_sql_capability filter no 1 1000 query filter no 1 1001 query_string filter no 1 1002 query_vars filter no 1 1003 quicktags_settings filter no 1 1004 quick_edit_custom_box action no 2 1005 quick_edit_dropdown_pages_args filter no 1 1006 random_password filter no 1 1007 rdf_header action no 1 1008 rdf_item action no 1 1009 rdf_ns action no 1 1010 redirect_canonical filter no 1 1011 redirect_network_admin_request filter no 1 1012 redirect_post_location filter no 1 1013 redirect_user_admin_request filter no 1 1014 refresh_blog_details action no 1 1015 register filter no 5 1016 registered_post_type action no 1 1017 registered_taxonomy action no 1 1018 register_form action no 1 1019 register_post action no 1 1020 register_sidebar action no 1 1021 register_url filter no 1 1022 registration_errors filter no 1 1023 registration_redirect filter no 1 1024 remove_user_from_blog action no 1 1025 request filter no 1 1026 request_filesystem_credentials filter no 1 1027 resetpass_form action YES 1 1028 restrict_manage_comments action no 1 1029 restrict_manage_posts action no 2 1030 restrict_manage_users action no 1 1031 retreive_password action no 1 1032 retrieve_password action no 1 1033 retrieve_password_key action no 1 1034 retrieve_password_message filter no 1 1035 retrieve_password_title filter no 1 1036 revoked_super_admin action no 1 1037 revoke_super_admin action no 1 1038 rewrite_rules filter no 1 1039 rewrite_rules_array filter no 1 1040 richedit_pre filter no 2 1041 rightnow_end action no 1 1042 robots_txt filter no 1 1043 role_has_cap filter no 1 1044 root_rewrite_rules filter no 1 1045 rss2_comments_ns action no 1 1046 rss2_head action no 2 1047 rss2_item action no 1 1048 rss2_ns action no 2 1049 rss_enclosure filter no 1 1050 rss_head action no 1 1051 rss_item action no 1 1052 rss_update_frequency filter no 3 1053 rss_update_period filter no 3 1054 safe_style_css filter no 1 1055 salt filter no 2 1056 sanitize_comment_cookies action no 1 1057 sanitize_email filter no 8 1058 sanitize_file_name filter no 2 1059 sanitize_file_name_chars filter no 1 1060 sanitize_html_class filter no 1 1061 sanitize_key filter no 1 1062 sanitize_mime_type filter no 1 1063 sanitize_option_{$option} note filter no 1 1064 sanitize_text_field filter no 1 1065 sanitize_title filter no 1 1066 sanitize_trackback_urls filter no 1 1067 sanitize_user filter no 1 1068 sanitize_{$meta_type}_meta_{$meta_key} note filter no 1 1069 save_post action no 2 1070 save_post_{$post->post_type} note action no 2 1071 schedule_event filter no 2 1072 screen_layout_columns filter no 1 1073 screen_options_show_screen filter no 1 1074 screen_settings filter no 1 1075 script_loader_src filter no 2 1076 search_feed_link filter no 2 1077 search_form_format filter no 1 1078 search_link filter no 1 1079 search_rewrite_rules filter no 1 1080 secure_auth_cookie filter no 1 1081 secure_auth_redirect filter no 1 1082 secure_logged_in_cookie filter no 1 1083 secure_signon_cookie filter no 1 1084 self_link filter no 1 1085 send_core_update_notification_email filter no 1 1086 send_headers action no 1 1087 set-screen-option filter no 1 1088 setted_site_transient action no 1 1089 setted_transient action no 1 1090 setup_theme action no 1 1091 set_auth_cookie action no 1 1092 set_comment_cookies action no 1 1093 set_current_user action no 1 1094 set_logged_in_cookie action no 1 1095 set_object_terms action no 1 1096 set_site_transient_{$transient} note action no 1 1097 set_transient_{$transient} note action no 1 1098 set_url_scheme filter no 1 1099 set_user_role action no 1 1100 shake_error_codes filter no 1 1101 shortcode_atts_{$shortcode} note filter no 1 1102 shortcut_link filter no 1 1103 show_admin_bar filter no 1 1104 show_advanced_plugins filter no 2 1105 show_network_site_users_add_existing_form filter no 2 1106 show_network_site_users_add_new_form filter no 1 1107 show_password_fields filter no 2 1108 show_post_locked_dialog filter no 1 1109 show_recent_comments_widget_style filter no 1 1110 show_user_profile action no 1 1111 shutdown action no 1 1112 sidebars_widgets filter no 1 1113 sidebar_admin_page action no 1 1114 sidebar_admin_setup action no 4 1115 signup_another_blog_init filter no 1 1116 signup_blogform action no 1 1117 signup_blog_init filter no 1 1118 signup_create_blog_meta filter no 1 1119 signup_extra_fields action no 1 1120 signup_finished action no 3 1121 signup_header action no 1 1122 signup_hidden_fields action no 3 1123 signup_user_init filter no 1 1124 single_cat_title filter no 1 1125 single_post_title filter no 1 1126 single_tag_title filter no 1 1127 single_term_title filter no 1 1128 site_by_path_segments_count filter YES 1 1129 site_option_{$option} note filter no 1 1130 site_transient_{$transient} note filter no 1 1131 site_url filter no 1 1132 smilies_src filter no 1 1133 spammed_comment action no 1 1134 spam_comment action no 1 1135 split_the_query filter no 1 1136 start_previewing_theme action no 1 1137 status_header filter no 1 1138 stop_previewing_theme action no 1 1139 stylesheet filter no 1 1140 stylesheet_directory filter no 1 1141 stylesheet_directory_uri filter no 1 1142 stylesheet_uri filter no 1 1143 style_loader_src filter no 1 1144 style_loader_tag filter no 2 1145 subdirectory_reserved_names filter no 2 1146 submitlink_box action no 2 1147 submitpage_box action no 1 1148 submitpost_box action no 1 1149 switch_blog action no 4 1150 switch_theme action no 1 1151 tables_to_repair filter no 1 1152 tagsperpage filter no 1 1153 tag_cloud_sort filter no 1 1154 tag_escape filter no 1 1155 tag_feed_link filter no 1 1156 tag_link filter no 1 1157 tag_rewrite_rules filter no 1 1158 tag_row_actions filter no 1 1159 taxonomy_feed_link filter no 1 1160 taxonomy_parent_dropdown_args filter no 1 1161 teeny_mce_before_init filter no 1 1162 teeny_mce_buttons filter no 1 1163 teeny_mce_plugins filter no 1 1164 template filter no 1 1165 template_directory filter no 1 1166 template_directory_uri filter no 1 1167 template_include filter no 1 1168 template_redirect action no 1 1169 terms_clauses filter no 1 1170 terms_to_edit filter no 1 1171 term_id_filter filter no 2 1172 term_link filter no 1 1173 term_links-{$taxonomy} note filter no 1 1174 term_name filter no 1 1175 term_updated_messages filter no 1 1176 term_{$field} note filter no 1 1177 term_{$field}_rss note filter no 1 1178 themes_api filter no 1 1179 themes_api_args filter no 1 1180 themes_api_result filter no 1 1181 themes_update_check_locales filter no 1 1182 theme_action_links filter no 2 1183 theme_action_links_{$stylesheet} note filter no 2 1184 theme_install_actions filter no 1 1185 theme_locale filter no 1 1186 theme_mod_{$name} note filter no 2 1187 theme_page_templates filter YES 1 1188 theme_root filter no 1 1189 theme_root_uri filter no 1 1190 theme_row_meta filter no 1 1191 the_author filter no 1 1192 the_author_posts_link filter no 1 1193 the_author_{$field} note filter no 1 1194 the_category filter no 7 1195 the_category_rss filter no 1 1196 the_comments filter no 1 1197 the_content filter no 4 1198 the_content_export filter no 1 1199 the_content_feed filter no 1 1200 the_content_more_link filter no 1 1201 the_content_rss filter no 1 1202 the_date filter no 1 1203 the_editor filter no 1 1204 the_editor_content filter no 1 1205 the_excerpt filter no 2 1206 the_excerpt_export filter no 1 1207 the_excerpt_rss filter no 1 1208 the_feed_link filter no 1 1209 the_generator filter no 1 1210 the_meta_key filter no 1 1211 the_modified_author filter no 1 1212 the_modified_date filter no 1 1213 the_modified_time filter no 1 1214 the_password_form filter no 1 1215 the_permalink filter no 4 1216 the_permalink_rss filter no 1 1217 the_post action no 1 1218 the_posts filter no 1 1219 the_preview filter no 1 1220 the_search_query filter no 1 1221 the_shortlink filter no 1 1222 the_tags filter no 1 1223 the_terms filter no 1 1224 the_time filter no 1 1225 the_title filter no 13 1226 the_title_rss filter no 4 1227 the_weekday filter no 1 1228 the_weekday_date filter no 1 1229 the_widget action no 1 1230 thread_comments_depth_max filter no 1 1231 time_formats filter no 1 1232 tiny_mce_before_init filter no 1 1233 tiny_mce_plugins filter no 1 1234 tool_box action no 1 1235 trackback_post action no 1 1236 trackback_url filter no 1 1237 transient_{$transient} note filter no 1 1238 transition_comment_status action no 1 1239 transition_post_status action no 1 1240 trashed_comment action no 1 1241 trashed_post action no 1 1242 trashed_post_comments action no 1 1243 trash_comment action no 1 1244 trash_post_comments action no 1 1245 twentyfourteen_attachment_size filter no 1 1246 twentyfourteen_credits action no 1 1247 twentyfourteen_custom_background_args filter no 1 1248 twentyfourteen_custom_header_args filter no 1 1249 twentyfourteen_featured_posts_after action no 1 1250 twentyfourteen_featured_posts_before action no 1 1251 twentyfourteen_get_featured_posts filter no 1 1252 twentythirteen_attachment_size filter no 1 1253 twentythirteen_author_bio_avatar_size filter no 1 1254 twentythirteen_credits action no 1 1255 twentytwelve_attachment_size filter no 1 1256 twentytwelve_author_bio_avatar_size filter no 2 1257 twentytwelve_credits action no 1 1258 twentytwelve_status_avatar filter no 1 1259 type_url_form_media filter no 1 1260 unarchive_blog action no 2 1261 uninstall_{$file} note action no 1 1262 unload_textdomain action no 1 1263 unmature_blog action no 2 1264 unspammed_comment action no 1 1265 unspam_comment action no 1 1266 untrashed_comment action no 1 1267 untrashed_post action no 1 1268 untrashed_post_comments action no 1 1269 untrash_comment action no 1 1270 untrash_post action no 1 1271 untrash_post_comments action no 1 1272 unzip_file_use_ziparchive filter no 1 1273 update-core-custom_{$action} note action no 1 1274 update-custom_{$action} note action no 1 1275 updated_option action no 1 1276 updated_postmeta action no 2 1277 updated_usermeta action no 1 1278 updated_{$meta_type}_meta note action no 2 1279 update_attached_file filter no 1 1280 update_blog_public action no 1 1281 update_bulk_plugins_complete_actions filter no 1 1282 update_bulk_theme_complete_actions filter no 1 1283 update_feedback filter no 8 1284 update_footer filter no 1 1285 update_option action no 1 1286 update_option_{$option} note action no 1 1287 update_plugin_complete_actions filter no 1 1288 update_postmeta action no 2 1289 update_site_option action no 1 1290 update_site_option_{$option} note action no 1 1291 update_theme_complete_actions filter no 1 1292 update_translations_complete_actions filter no 1 1293 update_usermeta action no 1 1294 update_welcome_email filter no 1 1295 update_welcome_subject filter no 1 1296 update_welcome_user_email filter no 1 1297 update_welcome_user_subject filter no 1 1298 update_wpmu_options action no 1 1299 update_{$meta_type}_meta note action no 2 1300 update_{$meta_type}_metadata note filter no 1 1301 upgrader_clear_destination filter no 1 1302 upgrader_post_install filter no 1 1303 upgrader_pre_download filter no 1 1304 upgrader_pre_install filter no 1 1305 upgrader_process_complete action no 4 1306 upgrader_source_selection filter no 1 1307 upload_dir filter no 1 1308 upload_mimes filter no 1 1309 upload_per_page filter no 1 1310 upload_post_params filter no 1 1311 upload_size_limit filter no 1 1312 upload_ui_over_quota action no 2 1313 url_to_postid filter no 1 1314 user_admin_menu action no 1 1315 user_admin_notices action no 1 1316 user_admin_url filter no 1 1317 user_can_richedit filter no 1 1318 user_contactmethods filter no 1 1319 user_dashboard_url filter no 1 1320 user_edit_form_tag action no 1 1321 user_has_cap filter no 1 1322 user_new_form action no 2 1323 user_new_form_tag action no 2 1324 user_profile_update_errors action no 1 1325 user_register action no 1 1326 user_registration_email filter no 1 1327 user_row_actions filter no 1 1328 user_search_columns filter no 1 1329 user_trailingslashit filter no 1 1330 user_{$field} note filter no 1 1331 user_{$name}_label note filter no 1 1332 use_curl_transport filter no 1 1333 use_default_gallery_style filter no 1 1334 use_google_chrome_frame filter no 1 1335 use_streams_transport filter no 1 1336 validate_current_theme filter no 1 1337 validate_password_reset action no 1 1338 validate_username filter no 1 1339 views_{$this->screen->id} note filter no 1 1340 walker_nav_menu_start_el filter no 1 1341 welcome_panel action no 1 1342 whitelist_options filter no 1 1343 widgets-php action no 3 1344 widgets_admin_page action no 1 1345 widgets_init action no 1 1346 widget_archives_args filter no 1 1347 widget_archives_dropdown_args filter no 1 1348 widget_categories_args filter no 1 1349 widget_categories_dropdown_args filter no 1 1350 widget_comments_args filter no 1 1351 widget_customizer_setting_args filter YES 1 1352 widget_display_callback filter no 1 1353 widget_form_callback filter no 1 1354 widget_links_args filter no 1 1355 widget_meta_poweredby filter no 1 1356 widget_pages_args filter no 1 1357 widget_posts_args filter no 1 1358 widget_tag_cloud_args filter no 1 1359 widget_text filter no 1 1360 widget_title filter no 13 1361 widget_update_callback filter no 1 1362 wp action no 1 1363 wp-mail-php action no 1 1364 wpmuadminedit action no 4 1365 wpmuadminresult action no 1 1366 wpmublogsaction action no 1 1367 wpmueditblogaction action no 1 1368 wpmu_activate_blog action no 1 1369 wpmu_activate_user action no 1 1370 wpmu_active_signup filter no 1 1371 wpmu_blogs_columns filter no 1 1372 wpmu_blog_updated action no 1 1373 wpmu_delete_blog_upload_dir filter no 1 1374 wpmu_delete_user action no 1 1375 wpmu_drop_tables filter no 1 1376 wpmu_new_blog action no 1 1377 wpmu_new_user action no 1 1378 wpmu_options action no 1 1379 wpmu_signup_blog_notification filter no 1 1380 wpmu_signup_blog_notification_email filter no 1 1381 wpmu_signup_blog_notification_subject filter no 1 1382 wpmu_signup_user_notification filter no 1 1383 wpmu_signup_user_notification_email filter no 1 1384 wpmu_signup_user_notification_subject filter no 1 1385 wpmu_update_blog_options action no 1 1386 wpmu_upgrade_page action no 1 1387 wpmu_upgrade_site action no 1 1388 wpmu_users_columns filter no 1 1389 wpmu_validate_blog_signup filter no 1 1390 wpmu_validate_user_signup filter no 1 1391 wpmu_welcome_notification filter no 1 1392 wpmu_welcome_user_notification filter no 1 1393 wp_admin_bar_class filter no 1 1394 wp_admin_css filter no 2 1395 wp_admin_css_uri filter no 1 1396 wp_after_admin_bar_render action no 1 1397 wp_ajax_nopriv_{$action} note action no 1 1398 wp_ajax_{$action} note action no 1 1399 wp_audio_embed_handler filter no 1 1400 wp_audio_extensions filter no 1 1401 wp_audio_shortcode filter no 1 1402 wp_audio_shortcode_class filter no 1 1403 wp_audio_shortcode_library filter no 1 1404 wp_audio_shortcode_override filter no 1 1405 wp_authenticate action no 1 1406 wp_authenticate_user filter no 1 1407 wp_auth_check_interval filter no 1 1408 wp_auth_check_load filter no 1 1409 wp_auth_check_same_domain filter no 1 1410 wp_before_admin_bar_render action no 1 1411 wp_blacklist_check action no 1 1412 wp_cache_themes_persistently filter no 2 1413 wp_checkdate filter no 1 1414 wp_check_filetype_and_ext filter no 1 1415 wp_check_post_lock_window filter no 2 1416 wp_comment_reply filter no 1 1417 wp_count_attachments filter no 1 1418 wp_count_comments filter no 1 1419 wp_count_posts filter no 1 1420 wp_create_file_in_uploads action no 2 1421 wp_create_file_in_uploads filter no 3 1422 wp_create_nav_menu action no 1 1423 wp_create_thumbnail filter no 1 1424 wp_dashboard_setup action no 1 1425 wp_dashboard_widgets filter no 1 1426 wp_default_editor filter no 1 1427 wp_default_scripts action no 1 1428 wp_default_styles action no 1 1429 wp_delete_file filter no 9 1430 wp_delete_nav_menu action no 1 1431 wp_delete_post_revision action no 1 1432 wp_die_ajax_handler filter no 1 1433 wp_die_handler filter no 1 1434 wp_die_xmlrpc_handler filter no 1 1435 wp_dropdown_cats filter no 1 1436 wp_dropdown_pages filter no 1 1437 wp_dropdown_users filter no 1 1438 wp_editor_set_quality filter no 1 1439 wp_edit_nav_menu_walker filter no 2 1440 wp_embed_handler_audio filter no 1 1441 wp_embed_handler_video filter no 1 1442 wp_enqueue_editor action YES 1 1443 wp_enqueue_media action no 1 1444 wp_enqueue_scripts action no 1 1445 wp_feed_cache_transient_lifetime filter no 2 1446 wp_feed_options action no 1 1447 wp_footer action no 1 1448 wp_fullscreen_buttons filter no 1 1449 wp_generate_attachment_metadata filter no 1 1450 wp_generate_tag_cloud filter no 1 1451 wp_generator_type filter no 1 1452 wp_get_attachment_id3_keys filter YES 1 1453 wp_get_attachment_image_attributes filter no 1 1454 wp_get_attachment_link filter no 1 1455 wp_get_attachment_metadata filter no 1 1456 wp_get_attachment_thumb_file filter no 1 1457 wp_get_attachment_thumb_url filter no 1 1458 wp_get_attachment_url filter no 1 1459 wp_get_current_commenter filter no 1 1460 wp_get_nav_menus filter no 1 1461 wp_get_nav_menu_items filter no 1 1462 wp_get_object_terms filter no 1 1463 wp_get_update_data filter no 1 1464 wp_handle_upload filter no 3 1465 wp_handle_upload_prefilter filter no 1 1466 wp_head action no 1 1467 wp_headers filter no 1 1468 wp_header_image_attachment_metadata filter YES 1 1469 wp_http_accept_encoding filter no 1 1470 wp_http_cookie_value filter no 1 1471 wp_image_editors filter no 1 1472 wp_image_editor_before_change filter no 1 1473 wp_insert_attachment_data filter YES 1 1474 wp_insert_comment action no 1 1475 wp_insert_post action no 2 1476 wp_insert_post_data filter no 1 1477 wp_insert_post_empty_content filter no 1 1478 wp_insert_post_parent filter no 1 1479 wp_install action YES 1 1480 wp_is_large_network filter no 2 1481 wp_kses_allowed_html filter no 6 1482 wp_link_pages filter no 1 1483 wp_link_pages_args filter no 1 1484 wp_link_pages_link filter no 3 1485 wp_link_query filter no 1 1486 wp_link_query_args filter no 1 1487 wp_list_bookmarks filter no 1 1488 wp_list_categories filter no 1 1489 wp_list_pages filter no 1 1490 wp_list_pages_excludes filter no 1 1491 wp_loaded action no 1 1492 wp_login action no 1 1493 wp_login_errors filter no 1 1494 wp_login_failed action no 1 1495 wp_logout action no 1 1496 wp_mail filter no 1 1497 wp_mail_charset filter no 1 1498 wp_mail_content_type filter no 1 1499 wp_mail_from filter no 1 1500 wp_mail_from_name filter no 1 1501 wp_mail_original_content filter no 1 1502 wp_maybe_auto_update action YES 1 WP 2 09/09/2023 WP Query Merging Two Wordpress Databases merge wordpress databases left join posts http://wordpress.stackexchange.com/questions/94018/merging-two-wp-posts-tables-while-avoiding-duplicates Import the new table as wp_posts_2, then join them and delete all duplicates based on post_content; then merge the two tables. The following SQL query (untested!) should give the posts from the new table to be deleted: SELECT wp2.* FROM wp_posts_2 as wp2 LEFT JOIN wp_posts as wp ON wp2.post_content = wp.post_content WHERE wp2.post_content = wp.post_content So, you can delete the entries with this query (also untested): DELETE wp_posts_2.* LEFT JOIN wp_posts as wp ON wp_posts_2.post_content = wp.post_content WHERE wp_posts_2.post_content = wp.post_content Then merge the two tables. WP 666 09/09/2023 WP Server Passing Php Variables To Page url passing variables example wordpress url http://www.mydomain.com/client-login/?UR=stevew@thickairnet.com&PD=testproduct If you are not creating a theme: 1. Make sure the php plugin is installed if you want to add php code using the page editor. 2. Add the varibles at the end of the path as below. http://www.mydomain.com/client-login/?UR=stevew@thickairnet.com&PD=testproduct 3. You can use the $_GET[] to retrieve the variables Getting a current URL in WordPress can be done in several ways depending on your needs and the page type. Here’s the most common: Using Global $wp Object The $wp global object provides the simplest way to obtain the current URL. It gives you access to WordPress query vars, which you can then use to generate the URL dynamically. Here’s how. Global $wp; $current_url = home_url(add_query_arg(array(), $wp->request)); This gets the full URL of the current page, including query vars. It’s useful because it works everywhere, single posts, pages, and archives. Pros: Flexible and works with all WordPress pages. Includes query vars, perfect for tracking or debugging. Use Case: For developers who need to generate URLs dynamically in templates or plugins. Just add this to any PHP template file and you’re done! Using get_permalink()Function get_permalink() is best when you already have a context-aware template. Here’s the code: $current_url = get_permalink(get_queried_object_id()); This gets the URL of the queried object (post, page, or custom post type). It’s simple and works well for single posts or page templates like single.php or page.php. Pros: Easy to use for single pages or posts. No need to handle query variables manually. Use Case: Use this for navigation links or tracking user activity on specific pages. It’s simple and perfect for specific templates. Using home_url() for Homepage URL If you want the homepage URL, WordPress has a function for that: $current_url = home_url(‘/’); This will always give you the base URL of your WordPress site, regardless of the page you are on. Pros: Super simple. Works for the root URL of your site. Use Case: For global settings, navigation lin, ks, or creating absolute URLs in your code. Taxonomy or Author URLs For taxonomy terms (categories or tags), use get_term_link(). For author archives, use get_author_posts_url(). Taxonomy URL: $current_url = get_term_link(get_query_object_id()); Author URL: $current_url = get_author_posts_url(get_queried_object_id()); Pros: Template-specific, therefore less processing. Ideal for archive pages, such as categories or tags. Use Case: You can use this to customize archive page navigation or to create context-specific breadcrumbs. Using PHP superglobals ($_SERVER) Another method for obtaining the current URL in WordPress is to use PHP superglobals. These variables provide direct access to server-side data, allowing you to manually construct the URL. Here’s how you can accomplish it: $current_url equals ‘http://’. $_SERVER[‘HTTP_HOST’] . $_SERVER[‘REQUEST_URI’]; Pros: Not dependent on WordPress functions so can be used in any PHP environment. Works on all types of pages, from single posts to archives. Use Case: Perfect when you need flexibility and are not tied to WordPress template files or functions. Useful for plugins or themes that may run outside the WordPress loop. Each has advantages, so choose the one that best suits your WordPress project! By combining superglobals with other WordPress-specific functions, you can create powerful URL-fetching tools tailored to your needs. Bonus: Get the Current Slug Sometimes you just need the slug—the short part of the URL that identifies a page or post. For example, if the URL is https://yourwebsite.com/my-post the slug would be my-post. Getting the slug can be super useful for custom dynamic content or URL-based conditions. Here’s a quick snippet to get the current slug: global $wp; $current_slug = add_query_arg(array(), $wp->request); WP 1302 09/09/2023 WP Server Moving Wordpress Site From Design Folder. moving move wordpress admin When moving a wordpress site from a sub folder to the root folder, use the File Manager located in your cPanel. It will make it easy to select the files and folders and COPY (not MOVE) them at blazing speeds. Make sure that you select the wordpress files and underlying folders and press the copy button. It will ask you where to put them. After that make sure that you login under the sub folder wordpress admin and change the word press url and the admin url under the "general setting". This will redirect your subfolder wordpress to the root folder wordpress. After you see that the new site and admin all work without the subfolder name in the url, you can use file manager to delete the subfolder. WP 671 09/09/2023 WP Setup What Is The Minimun User Permissions grant user permissions database create tables privileges install Below is an example of the minimum privileges a database user needs to have. Other database permissions are regarded as "extra" privileges that in most cases are not needed. A typical WordPress user should be granted the following database privileges only: SELECT INSERT UPDATE Example of How to Grant Access Privileges If you are upgrading WordPress, the above database permissions might not suffice between versions, WordPress might need to make further changes to the database. In this case, if you are only upgrading to the latest version of WordPress, add the below privileges to the WordPress database user: CREATE: You will definitely need this if you manually install WordPress and have it create the tables. ALTER: I have been getting along without this one. You probably can to. NOTE: Some plugins might require additional database privileges such as CREATE, DROP ( I have never needed this one.) or DELETE and in those cases these privileges should be granted. If you have someone doing data entry, DELETE may be very important. WP 1735 09/09/2023 WP Setup Disable Website While You Are Designing Or Making Major Changes disable under construction genesis framework In the header.php file of genisis frame work. Since you logged in through admin you can edit an see page changes. Non logged in cannot see pages. if(!is_user_logged_in()){ echo "This site is under construction"; exit; } WP 1059 09/09/2023 WP Setup Data List Plugin widget data list plugin WP_Widget register_widget add_action This plug in just displays a list of language types for computers and web development /* Plugin Name: Language Categories Plugin URI: http://softwarewebdesign.com Description: List Language Catagories. Version: 1.0 Author: Software Web Design Author URI: http://softwarewebdesign.com License: GPL2 */ // WP_Widget_Language_Catagory to WP_Widget_Language_Catagory class dbase{ var $num=0; var $id=0; var $fieldname=""; var $data; var $insertoption=""; var $quickarray=true; function multipleRecs($value){ if($value==true)$value=false; else $value=true; $this->quickarray=$value;return true; } function tableOption($query){ $q = mysql_query($query); $num_fields = mysql_num_fields($q); for($ii = 0; $ii < $num_fields; $ii++) { //$result.= mysql_field_name($query,$ii)."-".mysql_field_type($query,$ii)."(".mysql_field_len($query,$ii).")".mysql_field_flags($query,$ii)."\n"; $fieldinfo=mysql_field_flags($q,$ii); if(strpos($fieldinfo,"rimary_key")>0){ $this->fieldname=mysql_field_name($q,$ii);break; } } } function dbsql2($query){ $this->insertoption=$query; } function dbsql($query){ global $db; global $dc;global $debug; if($debug!=true)$result=mysql_query($query); else $result=mysql_query($query) or die(mysql_error().' from '.$query); if(!$result){ if($debug==true){ echo "Error:".$query;exit; }else{ echo "Error:".substr($query,0,10);exit;} } $sql= strtolower($query); if(strpos($sql,"nsert into")==1)$AC=1; if(strpos($sql,"elect")==1){ $AC=2;$this->num=mysql_numrows($result); } if(strpos($sql,"pdate")==1 || strpos($sql,"elete")==1)$AC=3; switch($AC){ case 1: $this->id=mysql_insert_id(); break; case 2: if($this->num==0 && $this->insertoption!=""){ $this->dbq($this->insertoption); return false; } if($this->num==0) return false; if($this->num==1 && $this->quickarray==true)$this->data=mysql_fetch_array($result); else $this->data=$result; break; case 3: break; } // end switch } } // end class class WP_Widget_Language_Catagory extends WP_Widget { // The widget construct. This creates title and description on wordpress admin widget page function WP_Widget_Language_Catagory() { $widget_ops = array( 'classname' => 'widget_LanguageCatagory', 'description' => __( "Language Catagory List for picking search topic" ) ); $this->WP_Widget('LanguageCatagory', __('sw - Language Catagory'), $widget_ops); } // End function WP_Widget_Language_Catagory // This code displays the widget on the screen. function widget($args, $instance) { extract($args); echo $before_widget; if(!empty($instance['title'])) { echo $before_title . $instance['title'] . $after_title; } $q=new dbase(); $sql="SELECT * FROM language ORDER BY language"; $q->multipleRecs(true); $q->dbsql($sql);$result=$q->data; echo"\n"; for($i=1;$i<=$q->num;$i++){ $r=mysql_fetch_array($result); //echo "".$r[1].""; echo "".$r[1].""; } echo"\n"; echo $after_widget; } // End function widget. } // end class WP_Widget_BareBones // Register the widget. add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_Language_Catagory");')); ?> WP 1403 09/09/2023 WP Variables Wordpress Constants wordpress constants directories variables get_site_url() get_theme_root_uri(), get_stylesheet(), get_stylesheet_uri(), get_stylesheet_directory(), get_stylesheet_directory_uri(), get_bloginfo() WordPress Directories: home_url() Home URL http://www.example.com site_url() Site directory URL http://www.example.com or http://www.example.com/wordpress admin_url() Admin directory URL http://www.example.com/wp-admin includes_url() Includes directory URL http://www.example.com/wp-includes content_url() Content directory URL http://www.example.com/wp-content plugins_url() Plugins directory URL http://www.example.com/wp-content/plugins theme_url() Themes directory URL (#18302) http://www.example.com/wp-content/themes wp_upload_dir() Upload directory URL (returns an array) http://www.example.com/wp-content/uploads Categories: WordPress Constants Here are some of the constants and how they are used. There are probably a few that I missed. I’ll add to this as I find more. Security Constants These constants are declared in wp-config.php and are required for the normal operation of WordPress. All of these constants are 64 character random strings and are used for hashes, nonces and other security purposes. Each installation of WordPress should use different strings to ensure that your site is harder to “hack.” If you haven’t already changed your security keys, you can use WordPress’s online security key generator. AUTH_KEY — Used for authenticating a user and setting cookies. SECURE_AUTH_KEY — Used for authenticating a user and setting cookies under the https protocol. LOGGED_IN_KEY — Used for marking a user’s cookie data as logged in. NONCE_KEY — Used for creating Nonces, which are used as one-time values to ensure that humans are entering data in forms. AUTH_SALT — Used to “salt” the authentication data. Salts are random data added to passwords, keys and other data to make them harder to guess. SECURE_AUTH_SALT — Used to “salt” the secure authentication data. LOGGED_IN_SALT — Used to “salt” the logged in cookie data. NONCE_SALT — Used to “salt” the nonce data. Database Constants These are used to declare your database connection information. If you ever need to change your database password or location, you can effect this by editing your wp-config.php file and change these values: DB_NAME — The name of your database. DB_USER — The user name for your database connection. DB_PASSWORD — The password for your database connection. DB_HOST — The host name, or computer name where your database server is located. DB_CHARSET — The character set used when creating tables in your database. Unless you have a specific requirement for something else, this should have a value of ‘utf8?. DB_COLLATE — The collation (sorting) type to use for indexed data in your tables. This should be left empty unless you have a specific requirement otherwise. Other wp-config.php Constants These are the last few constants that are normally declared in wp-config.php: COOKIE_DOMAIN — Specifies the domain set in cookies for those with unusual domain configurations. This can help to prevent cookies being sent with requests for static content. Example: define(‘COOKIE_DOMAIN’, ‘www.staticdomain.com’);. WP_DEBUG — Sets WordPress’s “debug” mode on or off. Normally, this is set to false. Changing it to define(‘WP_DEBUG’, true); will turn on debug mode. This can be useful if you need to track down errors. WP_HOME — This overrides the configuration setting for the home url, but doesn’t change it permanently. This should include the http:// prefix, as in: define(‘WP_HOME’, ‘http://domain.com/optionalsubdirectory’);. WP_SITEURL — Declares the site’s URL. This defines the address where your WordPress code files reside. It should include the http:// prefix. An example would be: define(‘WP_SITEURL’, ‘http://mydomain.com’);. WPLANG — Used to localize your WordPress install. This should be left empty for a default language of American English. If you need to localize your WordPress installation, you need to change this and install a corresponding MO file for your language. For example, changing this to: define(‘WPLANG’, ‘de_DE’); will set your language to German. DISABLE_WP_CRON — Used to turn off WP Cron tasks that are initiated y a page load. When this is disabled, it is recommended to set up a separate Cron job to run the wp-cron.php script on a regular basis in order to still have cron-related operations run. System Constants These constants are set to describe the state of how WordPress handles various requests. APP_REQUEST — Set within wp-app.php to indicate that WordPress is handling an Atom Publishing Protocol request. Default Constants These values are declared in the wp-includes/default-constants.php file. You to change these settings, add them to your wp-config.php file so they are declared before the wp-includes/default-constants.php file is loaded. ADMIN_COOKIE_PATH — Sets the cookie path for admin-based cookies. If not already defined, this will take the value: define(‘ADMIN_COOKIE_PATH’, SITECOOKIEPATH . ‘wp-admin’); AUTH_COOKIE — Sets the authentication cookie name. If not already set, will be: define(‘AUTH_COOKIE’, ‘wordpress_’ . COOKIEHASH); COOKIEHASH — Defines an MD5 hash of the site’s domain name for use in user and password cookie names. COOKIEPATH — Defines the path name to be used in setting and retrieving cookies. If not already set, will be the domain name in which WordPress is installed. On MultiSite installs, will be the subdomain name, or the domain name including the directory of the Site. FORCE_SSL_ADMIN — Enforces the use of SSL for Admin access. Normally, this is disabled. To force SSL for all Admin pages, you can: define(‘FORCE_SSL_ADMIN’, true); FORCE_SSL_LOGIN — Enforces the use of SSL for site logins. Normally, this is disabled. To force SSL for login requests, you can: define(‘FORCE_SSL_LOGIN’, true); SITECOOKIEPATH — Sets the cookie path for normal site cookies. If not set, this will take the value define(‘SITECOOKIEPATH’, preg_replace(‘|https?://[^/]+|i’, ”, get_option(‘siteurl’) . ‘/’ ) ); WP_CONTENT_DIR — Sets the name of the content directory. Normally, this is ‘wp-content’. To change this, you can: define(‘WP_CONTENT_DIR’, ‘mycontentdirectory’); This can also be obtained by using plugin_dir_path() WP_CONTENT_URL — Sets the URL for the content directory references. if you change the WP_CONTENT_DIR, you will also need to change this to match the directory name for http requests. WP_DEBUG_DISPLAY — Controls display of errors. The default is to use the display_errors setting and not force errors to be displayed. To force errors to display, you can: define(‘WP_DEBUG_DISPLAY’, true); WP_DEBUG_LOG — Controls error logging to the file wp-content/debug.log. The default is no logging. To change this, you can: define(‘WP_DEBUG_LOG’, true); WP_DEFAULT_THEME — Sets the default theme. The current version of WordPress assumes a default theme of ‘twentyeleven’. If you want to change this, you can: define(‘WP_DEFAULT_THEME’, ‘mydefaulttheme’); WP_PLUGIN_DIR — Sets the directory for plugin files. The default is ‘plugins’. To change this, you can: define(‘WP_PLUGIN_DIR’, ‘/newplugindir’); WP_PLUGIN_URL — Sets the URL for the plugin directory. If you change the WP_PLUGIN_DIR, you will also need to change this to match the directory name for http requests. If you have compatibility issues with some plugins, you can set an additional value, as in: define(‘PLUGINDIR’, ‘/wpdir/wp-content/plugins’);. WPMU_PLUGIN_DIR — Sets the directory to store the Must Use plugins. The default location is /mu-plugins. To change this, you can: define(‘WPMU_PLUGIN_DIR’, ‘/requiredplugins’); WPMU_PLUGIN_URL — Sets the URL for the Must Use plugin directory. If you change the WPMU_PLUGIN_DIR, you will also need to change this to match the directory name for http requests. Capability Settings These can be used to control certain behaviors that users are allowed to perform. Some of these are confusing because you are turning “on” the ability to “disallow” a feature. So be careful on how you’re declaring these values. Most of these are used in the wp-includes/capabilities.php file, but if you want to change the settings, you should add your settings to your wp-config.php file. ALLOW_UNFILTERED_UPLOADS — Allows unfiltered uploads. You can: define(‘ALLOW_UNFILTERED_UPLOADS’, true); to enable users to upload files without filtering. Be careful: this is a potential security risk. DISALLOW_FILE_EDIT — Allows users to edit theme and plugin files. If you do not want your users to be able to edit these files, you can change this: define(‘DISALLOW_FILE_EDIT’, true); DISALLOW_FILE_MODS — Allows users to update theme and plugin files via the WordPress Repository. If you do not want your users to be able to update their WordPress install, you can change this: define(‘DISALLOW_FILE_MODS’, true); DISALLOW_UNFILTERED_HTML — Disables the ability to allow unfiltered HTML. Using define(‘DISALLOW_UNFILTERED_HTML’, false); will turn off the ability to allow unfiltered HTML. WP_CACHE — Enables the built-in WordPress caching capability. If you want to enable this caching, you can: define(‘WP_CACHE’, true); WP_USE_THEMES — Declared in /index.php. Tells WordPress whether or not use load it’s template engine. If you want access to WordPress APIs but don’t want or need the overhead of the template engine, define this to false: define(‘WP_USE_THEMES’, false); Script Control These settings control how scripts (Javascript and CSS) are handled by the system. COMPRESS_CSS — Compresses CSS. To enable CSS compression, you can: define(‘COMPRESS_CSS’, true); COMPRESS_SCRIPTS — Compresses scripts. To enable compression, you can: define(‘COMPRESS_SCRIPTS’, true); CONCATENATE_SCRIPTS — Concatenates Javascript and CSS files. To enable, you can define(‘CONCATENATE_SCRIPTS’, true); ENFORCE_GZIP — Forces gzip for compressoin of data sent to browsers. The default setting is to use the mod_deflate Apache module. If your host does not have this installed, you can: SCRIPT_DEBUG — Include the development (or non-minified) versions of all Javascript and CSS files. It also disabled compression and concatenation. To enable, you can: define(‘SCRIPT_DEBUG’, true); Optimization Settings These values can be used to control and optimize your WordPress install. AUTOSAVE_INTERVAL — Sets the interval for saving revisions while editing posts. CORE_UPGRADE_SKIP_NEW_BUNDLED — Enables skipping of theme and plugin updates when upgrading WordPress. DOING_AJAX — Set to TRUE when processing an AJAX request. EMPTY_TRASH_DAYS — Sets the number of days before trashed items are removed. IMAGE_EDIT_OVERWRITE — Allows overwriting images when editing them. MEDIA_TRASH — Enables the trash function for Media files. WP_MEMORY_LIMIT — Sets the memory limit used. WP_MAX_MEMORY_LIMIT — Controls the maximum memory size used. Some WordPress processes require more memory. This setting controls the upper limit used by these high memory use procedures. SHORTINIT — Turns on only the core WordPress functions. Often used when interfacing to other platforms. WP_POST_REVISIONS — Sets the maximum number of revisions to save. If set to FALSE it will be unlimited, an integer set the maximum number of revisions to save. MultiSite Settings These values control how WordPress MultiSite behaves. NOBLOGREDIRECT — Sets the URL to redirect visitors to when they request a non-existent MultiSite blog. The default is ‘%siteurl%’, which is the default site. If you wish to use a different location, you can: define(‘NOBLOGREDIRECT’, ‘mynewdomain.com’); WP_ALLOW_MULTISITE — Turns on MultiSite. Just enabling this using define(‘WP_ALLOW_MULTISITE’, true); does not by itself make your WordPress install a MultiSite install. It just starts the process. When you add this to your wp-config.php file, it turns on the Network menu in the Admin. This allows you to make certain choices and continue the setup process for your MultiSite install. WPMU_ACCEL_REDIRECT — When using Apache X-Sendfile for quicker loading, this helps you turn it on natively in WordPress for MultiSites. To enable, you can: define(‘WPMU_ACCEL_REDIRECT’, true); ABSPATH Definitions: 5 References: 597 ADMIN_COOKIE_PATH Definitions: 3 References: 8 AKISMET_DELETE_LIMIT Definitions: 1 References: 3 AKISMET_VERSION Definitions: 1 References: 8 AKISMET__MINIMUM_WP_VERSION Definitions: 1 References: 3 AKISMET__PLUGIN_DIR Definitions: 1 References: 7 AKISMET__PLUGIN_URL Definitions: 1 References: 5 ARRAY_A Definitions: 1 References: 71 ARRAY_N Definitions: 1 References: 16 ATOM Definitions: 1 References: 10 AUTH_COOKIE Definitions: 1 References: 12 AUTH_KEY Definitions: 1 References: 4 AUTH_SALT Definitions: 1 References: 3 AUTOSAVE_INTERVAL Definitions: 1 References: 3 BACKGROUND_COLOR Definitions: 1 References: 3 BACKGROUND_IMAGE Definitions: 1 References: 3 BLOGUPLOADDIR Definitions: 1 References: 5 BLOG_ID_CURRENT_SITE Definitions: 1 References: 3 COMMENTS_TEMPLATE Definitions: 1 References: 2 COOKIEHASH Definitions: 2 References: 29 COOKIEPATH Definitions: 2 References: 17 COOKIE_DOMAIN Definitions: 3 References: 28 CRLF Definitions: 1 References: 37 CUSTOM_TAGS Definitions: 1 References: 3 DAY_IN_SECONDS Definitions: 1 References: 33 DB_CHARSET Definitions: 1 References: 3 DB_COLLATE Definitions: 1 References: 6 DB_HOST Definitions: 2 References: 4 DB_NAME Definitions: 2 References: 5 DB_PASSWORD Definitions: 2 References: 4 DB_USER Definitions: 2 References: 4 DOING_AJAX Definitions: 2 References: 34 DOING_AUTOSAVE Definitions: 1 References: 4 DOING_CRON Definitions: 1 References: 24 DOMAIN_CURRENT_SITE Definitions: 1 References: 3 EBML_ID_ASPECTRATIOTYPE Definitions: 1 References: 3 EBML_ID_ATTACHEDFILE Definitions: 1 References: 3 EBML_ID_ATTACHMENTLINK Definitions: 1 References: 2 EBML_ID_ATTACHMENTS Definitions: 1 References: 3 EBML_ID_AUDIO Definitions: 1 References: 4 EBML_ID_BITDEPTH Definitions: 1 References: 3 EBML_ID_CHANNELPOSITIONS Definitions: 1 References: 3 EBML_ID_CHANNELS Definitions: 1 References: 3 EBML_ID_CHAPCOUNTRY Definitions: 1 References: 3 EBML_ID_CHAPLANGUAGE Definitions: 1 References: 3 EBML_ID_CHAPPROCESS Definitions: 1 References: 2 EBML_ID_CHAPPROCESSCODECID Definitions: 1 References: 2 EBML_ID_CHAPPROCESSCOMMAND Definitions: 1 References: 2 EBML_ID_CHAPPROCESSDATA Definitions: 1 References: 2 EBML_ID_CHAPPROCESSPRIVATE Definitions: 1 References: 2 EBML_ID_CHAPPROCESSTIME Definitions: 1 References: 2 EBML_ID_CHAPSTRING Definitions: 1 References: 3 EBML_ID_CHAPTERATOM Definitions: 1 References: 4 EBML_ID_CHAPTERDISPLAY Definitions: 1 References: 4 EBML_ID_CHAPTERFLAGENABLED Definitions: 1 References: 3 EBML_ID_CHAPTERFLAGHIDDEN Definitions: 1 References: 3 EBML_ID_CHAPTERPHYSICALEQUIV Definitions: 1 References: 2 EBML_ID_CHAPTERS Definitions: 1 References: 3 EBML_ID_CHAPTERSEGMENTEDITIONUID Definitions: 1 References: 3 EBML_ID_CHAPTERSEGMENTUID Definitions: 1 References: 3 EBML_ID_CHAPTERTIMEEND Definitions: 1 References: 3 EBML_ID_CHAPTERTIMESTART Definitions: 1 References: 3 EBML_ID_CHAPTERTRACK Definitions: 1 References: 4 EBML_ID_CHAPTERTRACKNUMBER Definitions: 1 References: 3 EBML_ID_CHAPTERTRANSLATE Definitions: 1 References: 3 EBML_ID_CHAPTERTRANSLATECODEC Definitions: 1 References: 3 EBML_ID_CHAPTERTRANSLATEEDITIONUID Definitions: 1 References: 3 EBML_ID_CHAPTERTRANSLATEID Definitions: 1 References: 3 EBML_ID_CHAPTERUID Definitions: 1 References: 3 EBML_ID_CLUSTER Definitions: 1 References: 5 EBML_ID_CLUSTERBLOCK Definitions: 1 References: 5 EBML_ID_CLUSTERBLOCKADDID Definitions: 1 References: 2 EBML_ID_CLUSTERBLOCKADDITIONAL Definitions: 1 References: 2 EBML_ID_CLUSTERBLOCKADDITIONID Definitions: 1 References: 2 EBML_ID_CLUSTERBLOCKADDITIONS Definitions: 1 References: 2 EBML_ID_CLUSTERBLOCKDURATION Definitions: 1 References: 3 EBML_ID_CLUSTERBLOCKGROUP Definitions: 1 References: 4 EBML_ID_CLUSTERBLOCKMORE Definitions: 1 References: 2 EBML_ID_CLUSTERBLOCKVIRTUAL Definitions: 1 References: 2 EBML_ID_CLUSTERCODECSTATE Definitions: 1 References: 3 EBML_ID_CLUSTERDELAY Definitions: 1 References: 2 EBML_ID_CLUSTERDURATION Definitions: 1 References: 2 EBML_ID_CLUSTERENCRYPTEDBLOCK Definitions: 1 References: 2 EBML_ID_CLUSTERFRAMENUMBER Definitions: 1 References: 2 EBML_ID_CLUSTERLACENUMBER Definitions: 1 References: 2 EBML_ID_CLUSTERPOSITION Definitions: 1 References: 3 EBML_ID_CLUSTERPREVSIZE Definitions: 1 References: 3 EBML_ID_CLUSTERREFERENCEBLOCK Definitions: 1 References: 3 EBML_ID_CLUSTERREFERENCEPRIORITY Definitions: 1 References: 3 EBML_ID_CLUSTERREFERENCEVIRTUAL Definitions: 1 References: 2 EBML_ID_CLUSTERSILENTTRACKNUMBER Definitions: 1 References: 3 EBML_ID_CLUSTERSILENTTRACKS Definitions: 1 References: 4 EBML_ID_CLUSTERSIMPLEBLOCK Definitions: 1 References: 7 EBML_ID_CLUSTERSLICES Definitions: 1 References: 2 EBML_ID_CLUSTERTIMECODE Definitions: 1 References: 3 EBML_ID_CLUSTERTIMESLICE Definitions: 1 References: 2 EBML_ID_CODECDECODEALL Definitions: 1 References: 3 EBML_ID_CODECDOWNLOADURL Definitions: 1 References: 2 EBML_ID_CODECID Definitions: 1 References: 3 EBML_ID_CODECINFOURL Definitions: 1 References: 2 EBML_ID_CODECNAME Definitions: 1 References: 3 EBML_ID_CODECPRIVATE Definitions: 1 References: 4 EBML_ID_CODECSETTINGS Definitions: 1 References: 2 EBML_ID_COLOURSPACE Definitions: 1 References: 3 EBML_ID_CONTENTCOMPALGO Definitions: 1 References: 3 EBML_ID_CONTENTCOMPRESSION Definitions: 1 References: 4 EBML_ID_CONTENTCOMPSETTINGS Definitions: 1 References: 3 EBML_ID_CONTENTENCALGO Definitions: 1 References: 3 EBML_ID_CONTENTENCKEYID Definitions: 1 References: 3 EBML_ID_CONTENTENCODING Definitions: 1 References: 3 EBML_ID_CONTENTENCODINGORDER Definitions: 1 References: 3 EBML_ID_CONTENTENCODINGS Definitions: 1 References: 4 EBML_ID_CONTENTENCODINGSCOPE Definitions: 1 References: 3 EBML_ID_CONTENTENCODINGTYPE Definitions: 1 References: 3 EBML_ID_CONTENTENCRYPTION Definitions: 1 References: 4 EBML_ID_CONTENTSIGALGO Definitions: 1 References: 3 EBML_ID_CONTENTSIGHASHALGO Definitions: 1 References: 3 EBML_ID_CONTENTSIGKEYID Definitions: 1 References: 3 EBML_ID_CONTENTSIGNATURE Definitions: 1 References: 3 EBML_ID_CRC32 Definitions: 1 References: 3 EBML_ID_CUEBLOCKNUMBER Definitions: 1 References: 3 EBML_ID_CUECLUSTERPOSITION Definitions: 1 References: 3 EBML_ID_CUECODECSTATE Definitions: 1 References: 3 EBML_ID_CUEPOINT Definitions: 1 References: 3 EBML_ID_CUEREFCLUSTER Definitions: 1 References: 2 EBML_ID_CUEREFCODECSTATE Definitions: 1 References: 2 EBML_ID_CUEREFERENCE Definitions: 1 References: 2 EBML_ID_CUEREFNUMBER Definitions: 1 References: 2 EBML_ID_CUEREFTIME Definitions: 1 References: 2 EBML_ID_CUES Definitions: 1 References: 3 EBML_ID_CUETIME Definitions: 1 References: 3 EBML_ID_CUETRACK Definitions: 1 References: 3 EBML_ID_CUETRACKPOSITIONS Definitions: 1 References: 4 EBML_ID_DATEUTC Definitions: 1 References: 3 EBML_ID_DEFAULTDURATION Definitions: 1 References: 3 EBML_ID_DISPLAYHEIGHT Definitions: 1 References: 3 EBML_ID_DISPLAYUNIT Definitions: 1 References: 3 EBML_ID_DISPLAYWIDTH Definitions: 1 References: 3 EBML_ID_DOCTYPE Definitions: 1 References: 3 EBML_ID_DOCTYPEREADVERSION Definitions: 1 References: 3 EBML_ID_DOCTYPEVERSION Definitions: 1 References: 3 EBML_ID_DURATION Definitions: 1 References: 3 EBML_ID_EBML Definitions: 1 References: 3 EBML_ID_EBMLMAXIDLENGTH Definitions: 1 References: 3 EBML_ID_EBMLMAXSIZELENGTH Definitions: 1 References: 3 EBML_ID_EBMLREADVERSION Definitions: 1 References: 3 EBML_ID_EBMLVERSION Definitions: 1 References: 3 EBML_ID_EDITIONENTRY Definitions: 1 References: 3 EBML_ID_EDITIONFLAGDEFAULT Definitions: 1 References: 3 EBML_ID_EDITIONFLAGHIDDEN Definitions: 1 References: 3 EBML_ID_EDITIONFLAGORDERED Definitions: 1 References: 3 EBML_ID_EDITIONUID Definitions: 1 References: 3 EBML_ID_FILEDATA Definitions: 1 References: 4 EBML_ID_FILEDESCRIPTION Definitions: 1 References: 3 EBML_ID_FILEMIMETYPE Definitions: 1 References: 3 EBML_ID_FILENAME Definitions: 1 References: 3 EBML_ID_FILEREFERRAL Definitions: 1 References: 2 EBML_ID_FILEUID Definitions: 1 References: 3 EBML_ID_FLAGDEFAULT Definitions: 1 References: 3 EBML_ID_FLAGENABLED Definitions: 1 References: 3 EBML_ID_FLAGFORCED Definitions: 1 References: 3 EBML_ID_FLAGINTERLACED Definitions: 1 References: 3 EBML_ID_FLAGLACING Definitions: 1 References: 3 EBML_ID_GAMMAVALUE Definitions: 1 References: 3 EBML_ID_INFO Definitions: 1 References: 3 EBML_ID_LANGUAGE Definitions: 1 References: 3 EBML_ID_MAXBLOCKADDITIONID Definitions: 1 References: 3 EBML_ID_MAXCACHE Definitions: 1 References: 3 EBML_ID_MINCACHE Definitions: 1 References: 3 EBML_ID_MUXINGAPP Definitions: 1 References: 3 EBML_ID_NAME Definitions: 1 References: 3 EBML_ID_NEXTFILENAME Definitions: 1 References: 3 EBML_ID_NEXTUID Definitions: 1 References: 3 EBML_ID_OLDSTEREOMODE Definitions: 1 References: 3 EBML_ID_OUTPUTSAMPLINGFREQUENCY Definitions: 1 References: 3 EBML_ID_PIXELCROPBOTTOM Definitions: 1 References: 3 EBML_ID_PIXELCROPLEFT Definitions: 1 References: 3 EBML_ID_PIXELCROPRIGHT Definitions: 1 References: 3 EBML_ID_PIXELCROPTOP Definitions: 1 References: 3 EBML_ID_PIXELHEIGHT Definitions: 1 References: 3 EBML_ID_PIXELWIDTH Definitions: 1 References: 3 EBML_ID_PREVFILENAME Definitions: 1 References: 3 EBML_ID_PREVUID Definitions: 1 References: 3 EBML_ID_SAMPLINGFREQUENCY Definitions: 1 References: 3 EBML_ID_SEEK Definitions: 1 References: 3 EBML_ID_SEEKHEAD Definitions: 1 References: 3 EBML_ID_SEEKID Definitions: 1 References: 3 EBML_ID_SEEKPOSITION Definitions: 1 References: 3 EBML_ID_SEGMENT Definitions: 1 References: 3 EBML_ID_SEGMENTFAMILY Definitions: 1 References: 3 EBML_ID_SEGMENTFILENAME Definitions: 1 References: 3 EBML_ID_SEGMENTUID Definitions: 1 References: 3 EBML_ID_SIMPLETAG Definitions: 1 References: 5 EBML_ID_STEREOMODE Definitions: 1 References: 3 EBML_ID_TAG Definitions: 1 References: 3 EBML_ID_TAGATTACHMENTUID Definitions: 1 References: 3 EBML_ID_TAGBINARY Definitions: 1 References: 3 EBML_ID_TAGCHAPTERUID Definitions: 1 References: 3 EBML_ID_TAGDEFAULT Definitions: 1 References: 3 EBML_ID_TAGEDITIONUID Definitions: 1 References: 3 EBML_ID_TAGLANGUAGE Definitions: 1 References: 3 EBML_ID_TAGNAME Definitions: 1 References: 3 EBML_ID_TAGS Definitions: 1 References: 3 EBML_ID_TAGSTRING Definitions: 1 References: 3 EBML_ID_TAGTRACKUID Definitions: 1 References: 3 EBML_ID_TARGETS Definitions: 1 References: 3 EBML_ID_TARGETTYPE Definitions: 1 References: 3 EBML_ID_TARGETTYPEVALUE Definitions: 1 References: 3 EBML_ID_TIMECODESCALE Definitions: 1 References: 3 EBML_ID_TITLE Definitions: 1 References: 3 EBML_ID_TRACKENTRY Definitions: 1 References: 3 EBML_ID_TRACKNUMBER Definitions: 1 References: 3 EBML_ID_TRACKOFFSET Definitions: 1 References: 2 EBML_ID_TRACKOVERLAY Definitions: 1 References: 2 EBML_ID_TRACKS Definitions: 1 References: 3 EBML_ID_TRACKTIMECODESCALE Definitions: 1 References: 3 EBML_ID_TRACKTRANSLATE Definitions: 1 References: 2 EBML_ID_TRACKTRANSLATECODEC Definitions: 1 References: 2 EBML_ID_TRACKTRANSLATEEDITIONUID Definitions: 1 References: 2 EBML_ID_TRACKTRANSLATETRACKID Definitions: 1 References: 2 EBML_ID_TRACKTYPE Definitions: 1 References: 3 EBML_ID_TRACKUID Definitions: 1 References: 3 EBML_ID_VIDEO Definitions: 1 References: 4 EBML_ID_VOID Definitions: 1 References: 3 EBML_ID_WRITINGAPP Definitions: 1 References: 3 EMPTY_TRASH_DAYS Definitions: 1 References: 28 EP_ALL Definitions: 1 References: 1 EP_ALL_ARCHIVES Definitions: 1 References: 2 EP_ATTACHMENT Definitions: 1 References: 3 EP_AUTHORS Definitions: 1 References: 3 EP_CATEGORIES Definitions: 1 References: 3 EP_COMMENTS Definitions: 1 References: 3 EP_DATE Definitions: 1 References: 3 EP_DAY Definitions: 1 References: 3 EP_MONTH Definitions: 1 References: 3 EP_NONE Definitions: 1 References: 6 EP_PAGES Definitions: 1 References: 4 EP_PERMALINK Definitions: 1 References: 5 EP_ROOT Definitions: 1 References: 4 EP_SEARCH Definitions: 1 References: 3 EP_TAGS Definitions: 1 References: 3 EP_YEAR Definitions: 1 References: 3 EZSQL_VERSION Definitions: 1 References: 1 FORCE_SSL_ADMIN Definitions: 1 References: 3 FORCE_SSL_LOGIN Definitions: 1 References: 3 FS_CHMOD_DIR Definitions: 1 References: 17 FS_CHMOD_FILE Definitions: 1 References: 21 FS_CONNECT_TIMEOUT Definitions: 1 References: 5 FS_TIMEOUT Definitions: 2 References: 8 FTP_ASCII Definitions: 1 References: 21 FTP_AUTOASCII Definitions: 1 References: 9 FTP_BINARY Definitions: 1 References: 19 FTP_FORCE Definitions: 1 References: 3 GETID3_FLV_TAG_AUDIO Definitions: 1 References: 2 GETID3_FLV_TAG_META Definitions: 1 References: 2 GETID3_FLV_TAG_VIDEO Definitions: 1 References: 2 GETID3_FLV_VIDEO_H263 Definitions: 1 References: 3 GETID3_FLV_VIDEO_H264 Definitions: 1 References: 3 GETID3_FLV_VIDEO_SCREEN Definitions: 1 References: 2 GETID3_FLV_VIDEO_SCREENV2 Definitions: 1 References: 2 GETID3_FLV_VIDEO_VP6FLV Definitions: 1 References: 2 GETID3_FLV_VIDEO_VP6FLV_ALPHA Definitions: 1 References: 2 GETID3_HELPERAPPSDIR Definitions: 1 References: 11 GETID3_INCLUDEPATH Definitions: 1 References: 24 GETID3_MP3_VALID_CHECK_FRAMES Definitions: 1 References: 4 GETID3_OS_ISWINDOWS Definitions: 1 References: 7 GETID3_TEMP_DIR Definitions: 1 References: 6 H264_AVC_SEQUENCE_HEADER Definitions: 1 References: 2 H264_PROFILE_BASELINE Definitions: 1 References: 1 H264_PROFILE_EXTENDED Definitions: 1 References: 1 H264_PROFILE_HIGH Definitions: 1 References: 2 H264_PROFILE_HIGH10 Definitions: 1 References: 2 H264_PROFILE_HIGH422 Definitions: 1 References: 2 H264_PROFILE_HIGH444 Definitions: 1 References: 2 H264_PROFILE_HIGH444_PREDICTIVE Definitions: 1 References: 2 H264_PROFILE_MAIN Definitions: 1 References: 1 HEADER_IMAGE Definitions: 3 References: 5 HEADER_IMAGE_HEIGHT Definitions: 3 References: 7 HEADER_IMAGE_WIDTH Definitions: 3 References: 10 HEADER_TEXTCOLOR Definitions: 3 References: 7 HOUR_IN_SECONDS Definitions: 1 References: 45 IFRAME_REQUEST Definitions: 8 References: 12 IS_PROFILE_PAGE Definitions: 2 References: 24 LANGDIR Definitions: 2 References: 4 LOGGED_IN_COOKIE Definitions: 1 References: 12 LOGGED_IN_KEY Definitions: 1 References: 3 LOGGED_IN_SALT Definitions: 1 References: 3 MAGPIE_CACHE_AGE Definitions: 1 References: 3 MAGPIE_CACHE_DIR Definitions: 1 References: 3 MAGPIE_CACHE_FRESH_ONLY Definitions: 1 References: 2 MAGPIE_CACHE_ON Definitions: 1 References: 4 MAGPIE_DEBUG Definitions: 1 References: 10 MAGPIE_FETCH_TIME_OUT Definitions: 1 References: 3 MAGPIE_INITALIZED Definitions: 1 References: 2 MAGPIE_USER_AGENT Definitions: 2 References: 3 MAGPIE_USE_GZIP Definitions: 1 References: 2 MEDIA_TRASH Definitions: 1 References: 13 MINUTE_IN_SECONDS Definitions: 1 References: 9 MULTISITE Definitions: 2 References: 12 MUPLUGINDIR Definitions: 1 References: 2 NONCE_KEY Definitions: 1 References: 3 NONCE_SALT Definitions: 1 References: 3 NO_HEADER_TEXT Definitions: 2 References: 4 OBJECT Definitions: 1 References: 44 OBJECT_K Definitions: 1 References: 4 PASS_COOKIE Definitions: 1 References: 4 PATH_CURRENT_SITE Definitions: 1 References: 3 PCLZIP_ATT_FILE_COMMENT Definitions: 1 References: 4 PCLZIP_ATT_FILE_CONTENT Definitions: 1 References: 4 PCLZIP_ATT_FILE_MTIME Definitions: 1 References: 4 PCLZIP_ATT_FILE_NAME Definitions: 1 References: 6 PCLZIP_ATT_FILE_NEW_FULL_NAME Definitions: 1 References: 4 PCLZIP_ATT_FILE_NEW_SHORT_NAME Definitions: 1 References: 4 PCLZIP_CB_POST_ADD Definitions: 1 References: 7 PCLZIP_CB_POST_DELETE Definitions: 1 References: 2 PCLZIP_CB_POST_EXTRACT Definitions: 1 References: 13 PCLZIP_CB_POST_LIST Definitions: 1 References: 2 PCLZIP_CB_PRE_ADD Definitions: 1 References: 7 PCLZIP_CB_PRE_DELETE Definitions: 1 References: 2 PCLZIP_CB_PRE_EXTRACT Definitions: 1 References: 13 PCLZIP_CB_PRE_LIST Definitions: 1 References: 2 PCLZIP_ERROR_EXTERNAL Definitions: 1 References: 6 PCLZIP_ERR_ALREADY_A_DIRECTORY Definitions: 1 References: 2 PCLZIP_ERR_BAD_CHECKSUM Definitions: 1 References: 3 PCLZIP_ERR_BAD_EXTENSION Definitions: 1 References: 3 PCLZIP_ERR_BAD_EXTRACTED_FILE Definitions: 1 References: 3 PCLZIP_ERR_BAD_FORMAT Definitions: 1 References: 14 PCLZIP_ERR_DELETE_FILE_FAIL Definitions: 1 References: 3 PCLZIP_ERR_DIRECTORY_RESTRICTION Definitions: 1 References: 4 PCLZIP_ERR_DIR_CREATE_FAIL Definitions: 1 References: 4 PCLZIP_ERR_FILENAME_TOO_LONG Definitions: 1 References: 3 PCLZIP_ERR_INVALID_ARCHIVE_ZIP Definitions: 1 References: 8 PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE Definitions: 1 References: 11 PCLZIP_ERR_INVALID_OPTION_VALUE Definitions: 1 References: 11 PCLZIP_ERR_INVALID_PARAMETER Definitions: 1 References: 24 PCLZIP_ERR_INVALID_ZIP Definitions: 1 References: 3 PCLZIP_ERR_MISSING_FILE Definitions: 1 References: 8 PCLZIP_ERR_MISSING_OPTION_VALUE Definitions: 1 References: 12 PCLZIP_ERR_NO_ERROR Definitions: 1 References: 6 PCLZIP_ERR_READ_OPEN_FAIL Definitions: 1 References: 16 PCLZIP_ERR_RENAME_FILE_FAIL Definitions: 1 References: 3 PCLZIP_ERR_UNSUPPORTED_COMPRESSION Definitions: 1 References: 4 PCLZIP_ERR_UNSUPPORTED_ENCRYPTION Definitions: 1 References: 5 PCLZIP_ERR_USER_ABORTED Definitions: 1 References: 7 PCLZIP_ERR_WRITE_OPEN_FAIL Definitions: 1 References: 7 PCLZIP_OPT_ADD_COMMENT Definitions: 1 References: 5 PCLZIP_OPT_ADD_PATH Definitions: 1 References: 14 PCLZIP_OPT_ADD_TEMP_FILE_OFF Definitions: 1 References: 1 PCLZIP_OPT_ADD_TEMP_FILE_ON Definitions: 1 References: 1 PCLZIP_OPT_ADD_TEMP_FILE_THRESHOLD Definitions: 1 References: 1 PCLZIP_OPT_BY_EREG Definitions: 1 References: 4 PCLZIP_OPT_BY_INDEX Definitions: 1 References: 23 PCLZIP_OPT_BY_NAME Definitions: 1 References: 21 PCLZIP_OPT_BY_PREG Definitions: 1 References: 11 PCLZIP_OPT_COMMENT Definitions: 1 References: 10 PCLZIP_OPT_EXTRACT_AS_STRING Definitions: 1 References: 10 PCLZIP_OPT_EXTRACT_DIR_RESTRICTION Definitions: 1 References: 7 PCLZIP_OPT_EXTRACT_IN_OUTPUT Definitions: 1 References: 5 PCLZIP_OPT_NO_COMPRESSION Definitions: 1 References: 8 PCLZIP_OPT_PATH Definitions: 1 References: 8 PCLZIP_OPT_PREPEND_COMMENT Definitions: 1 References: 5 PCLZIP_OPT_REMOVE_ALL_PATH Definitions: 1 References: 15 PCLZIP_OPT_REMOVE_PATH Definitions: 1 References: 14 PCLZIP_OPT_REPLACE_NEWER Definitions: 1 References: 7 PCLZIP_OPT_SET_CHMOD Definitions: 1 References: 6 PCLZIP_OPT_STOP_ON_ERROR Definitions: 1 References: 14 PCLZIP_OPT_TEMP_FILE_OFF Definitions: 1 References: 13 PCLZIP_OPT_TEMP_FILE_ON Definitions: 1 References: 10 PCLZIP_OPT_TEMP_FILE_THRESHOLD Definitions: 1 References: 17 PCLZIP_READ_BLOCK_SIZE Definitions: 1 References: 34 PCLZIP_SEPARATOR Definitions: 1 References: 4 PCLZIP_TEMPORARY_DIR Definitions: 1 References: 7 PCLZIP_TEMPORARY_FILE_RATIO Definitions: 1 References: 3 PHP_INT_MIN Definitions: 1 References: 3 PLUGINDIR Definitions: 1 References: 2 PLUGINS_COOKIE_PATH Definitions: 1 References: 5 PO_MAX_LINE_LEN Definitions: 1 References: 2 RSS Definitions: 1 References: 33 SCRIPT_DEBUG Definitions: 2 References: 14 SECURE_AUTH_COOKIE Definitions: 1 References: 12 SECURE_AUTH_KEY Definitions: 1 References: 3 SECURE_AUTH_SALT Definitions: 1 References: 3 SERVICES_JSON_IN_ARR Definitions: 1 References: 10 SERVICES_JSON_IN_CMT Definitions: 1 References: 3 SERVICES_JSON_IN_OBJ Definitions: 1 References: 10 SERVICES_JSON_IN_STR Definitions: 1 References: 4 SERVICES_JSON_LOOSE_TYPE Definitions: 1 References: 4 SERVICES_JSON_SLICE Definitions: 1 References: 7 SERVICES_JSON_SUPPRESS_ERRORS Definitions: 1 References: 3 SERVICES_JSON_USE_TO_JSON Definitions: 1 References: 2 SHORTINIT Definitions: 2 References: 4 SIMPLEPIE_BUILD Definitions: 1 References: 6 SIMPLEPIE_CONSTRUCT_ALL Definitions: 1 References: 1 SIMPLEPIE_CONSTRUCT_BASE64 Definitions: 1 References: 5 SIMPLEPIE_CONSTRUCT_HTML Definitions: 1 References: 18 SIMPLEPIE_CONSTRUCT_IRI Definitions: 1 References: 60 SIMPLEPIE_CONSTRUCT_MAYBE_HTML Definitions: 1 References: 18 SIMPLEPIE_CONSTRUCT_NONE Definitions: 1 References: 5 SIMPLEPIE_CONSTRUCT_TEXT Definitions: 1 References: 258 SIMPLEPIE_CONSTRUCT_XHTML Definitions: 1 References: 8 SIMPLEPIE_FILE_SOURCE_CURL Definitions: 1 References: 2 SIMPLEPIE_FILE_SOURCE_FILE_GET_CONTENTS Definitions: 1 References: 2 SIMPLEPIE_FILE_SOURCE_FSOCKOPEN Definitions: 1 References: 2 SIMPLEPIE_FILE_SOURCE_LOCAL Definitions: 1 References: 3 SIMPLEPIE_FILE_SOURCE_NONE Definitions: 1 References: 2 SIMPLEPIE_FILE_SOURCE_REMOTE Definitions: 1 References: 11 SIMPLEPIE_IANA_LINK_RELATIONS_REGISTRY Definitions: 1 References: 19 SIMPLEPIE_LINKBACK Definitions: 1 References: 1 SIMPLEPIE_LOCATOR_ALL Definitions: 1 References: 4 SIMPLEPIE_LOCATOR_AUTODISCOVERY Definitions: 1 References: 2 SIMPLEPIE_LOCATOR_LOCAL_BODY Definitions: 1 References: 3 SIMPLEPIE_LOCATOR_LOCAL_EXTENSION Definitions: 1 References: 3 SIMPLEPIE_LOCATOR_NONE Definitions: 1 References: 2 SIMPLEPIE_LOCATOR_REMOTE_BODY Definitions: 1 References: 3 SIMPLEPIE_LOCATOR_REMOTE_EXTENSION Definitions: 1 References: 3 SIMPLEPIE_LOWERCASE Definitions: 1 References: 1 SIMPLEPIE_NAME Definitions: 1 References: 5 SIMPLEPIE_NAMESPACE_ATOM_03 Definitions: 1 References: 79 SIMPLEPIE_NAMESPACE_ATOM_10 Definitions: 1 References: 89 SIMPLEPIE_NAMESPACE_DC_10 Definitions: 1 References: 21 SIMPLEPIE_NAMESPACE_DC_11 Definitions: 1 References: 21 SIMPLEPIE_NAMESPACE_GEORSS Definitions: 1 References: 7 SIMPLEPIE_NAMESPACE_ITUNES Definitions: 1 References: 24 SIMPLEPIE_NAMESPACE_MEDIARSS Definitions: 1 References: 116 SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG Definitions: 1 References: 2 SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG2 Definitions: 1 References: 2 SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG3 Definitions: 1 References: 2 SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG4 Definitions: 1 References: 2 SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG5 Definitions: 1 References: 2 SIMPLEPIE_NAMESPACE_RDF Definitions: 1 References: 20 SIMPLEPIE_NAMESPACE_RSS_090 Definitions: 1 References: 23 SIMPLEPIE_NAMESPACE_RSS_10 Definitions: 1 References: 23 SIMPLEPIE_NAMESPACE_RSS_20 Definitions: 1 References: 50 SIMPLEPIE_NAMESPACE_W3C_BASIC_GEO Definitions: 1 References: 10 SIMPLEPIE_NAMESPACE_XHTML Definitions: 1 References: 3 SIMPLEPIE_NAMESPACE_XML Definitions: 1 References: 5 SIMPLEPIE_PCRE_HTML_ATTRIBUTE Definitions: 1 References: 4 SIMPLEPIE_PCRE_XML_ATTRIBUTE Definitions: 1 References: 3 SIMPLEPIE_SAME_CASE Definitions: 1 References: 1 SIMPLEPIE_TYPE_ALL Definitions: 1 References: 2 SIMPLEPIE_TYPE_ATOM_03 Definitions: 1 References: 3 SIMPLEPIE_TYPE_ATOM_10 Definitions: 1 References: 3 SIMPLEPIE_TYPE_ATOM_ALL Definitions: 1 References: 2 SIMPLEPIE_TYPE_NONE Definitions: 1 References: 3 SIMPLEPIE_TYPE_RSS_090 Definitions: 1 References: 4 SIMPLEPIE_TYPE_RSS_091 Definitions: 1 References: 2 SIMPLEPIE_TYPE_RSS_091_NETSCAPE Definitions: 1 References: 2 SIMPLEPIE_TYPE_RSS_091_USERLAND Definitions: 1 References: 2 SIMPLEPIE_TYPE_RSS_092 Definitions: 1 References: 2 SIMPLEPIE_TYPE_RSS_093 Definitions: 1 References: 2 SIMPLEPIE_TYPE_RSS_094 Definitions: 1 References: 2 SIMPLEPIE_TYPE_RSS_10 Definitions: 1 References: 4 SIMPLEPIE_TYPE_RSS_20 Definitions: 1 References: 2 SIMPLEPIE_TYPE_RSS_ALL Definitions: 1 References: 2 SIMPLEPIE_TYPE_RSS_RDF Definitions: 1 References: 2 SIMPLEPIE_TYPE_RSS_SYNDICATION Definitions: 1 References: 7 SIMPLEPIE_UPPERCASE Definitions: 1 References: 1 SIMPLEPIE_URL Definitions: 1 References: 3 SIMPLEPIE_USERAGENT Definitions: 1 References: 4 SIMPLEPIE_VERSION Definitions: 1 References: 4 SITECOOKIEPATH Definitions: 2 References: 20 SITE_ID_CURRENT_SITE Definitions: 1 References: 3 STYLESHEETPATH Definitions: 1 References: 8 SUBDOMAIN_INSTALL Definitions: 3 References: 13 TEMPLATEPATH Definitions: 1 References: 9 TEST_COOKIE Definitions: 1 References: 5 UPLOADBLOGSDIR Definitions: 1 References: 5 UPLOADS Definitions: 1 References: 7 USER_COOKIE Definitions: 1 References: 4 VHOST Definitions: 2 References: 11 WEEK_IN_SECONDS Definitions: 1 References: 6 WPINC Definitions: 5 References: 204 WPLANG Definitions: 1 References: 22 WPMU_ACCEL_REDIRECT Definitions: 1 References: 3 WPMU_PLUGIN_DIR Definitions: 1 References: 20 WPMU_PLUGIN_URL Definitions: 1 References: 3 WPMU_SENDFILE Definitions: 1 References: 3 WP_ADMIN Definitions: 4 References: 10 WP_ALLOW_REPAIR Definitions: 2 References: 3 WP_BLOG_ADMIN Definitions: 1 References: 3 WP_CACHE Definitions: 1 References: 6 WP_CONTENT_DIR Definitions: 3 References: 95 WP_CONTENT_URL Definitions: 1 References: 10 WP_CRON_LOCK_TIMEOUT Definitions: 1 References: 4 WP_DEBUG Definitions: 3 References: 26 WP_DEBUG_DISPLAY Definitions: 1 References: 5 WP_DEBUG_LOG Definitions: 1 References: 5 WP_DEFAULT_THEME Definitions: 1 References: 19 WP_IMPORTING Definitions: 1 References: 7 WP_INSTALLING Definitions: 5 References: 37 WP_INSTALLING_NETWORK Definitions: 2 References: 9 WP_LANG_DIR Definitions: 2 References: 32 WP_LOAD_IMPORTERS Definitions: 2 References: 3 WP_MAIL_INTERVAL Definitions: 1 References: 3 WP_MAX_MEMORY_LIMIT Definitions: 1 References: 8 WP_MEMORY_LIMIT Definitions: 2 References: 7 WP_NETWORK_ADMIN Definitions: 2 References: 9 WP_PLUGIN_DIR Definitions: 1 References: 58 WP_PLUGIN_URL Definitions: 1 References: 4 WP_POST_REVISIONS Definitions: 1 References: 3 WP_REPAIRING Definitions: 1 References: 4 WP_SETUP_CONFIG Definitions: 1 References: 5 WP_UNINSTALL_PLUGIN Definitions: 1 References: 1 WP_USER_ADMIN Definitions: 2 References: 9 WP_USE_THEMES Definitions: 1 References: 6 WXR_VERSION Definitions: 1 References: 1 XMLRPC_REQUEST Definitions: 1 References: 8 YEAR_IN_SECONDS Definitions: 1 References: 21 WP 972 09/09/2023 WP Variables Rerserved Words reserved constant List of reserved names in $_POST and $_REQUEST used by WordPress 3.5 _ajax_nonce _page _per_page _signup_form _total _url _wp_http_referer _wp_original_http_referer _wp_unfiltered_html_comment _wpnonce _wpnonce-custom-header-upload aa action action2 active_post_lock add_new add_new_users addmeta admin_bar_front admin_color admin_email admin_password admin_password2 ajax align allblogs allusers alt approve_parent approved attachment attachment_id attachments auth_cookie author author_name autocomplete_type auto_draft auto-add-pages autosave background-attachment background-color background-position-x background-repeat banned_email_domains blog blog_name blog_public blog_upload_space blogname bulk_edit c calendar cat category_base category_name catslist changeit changes charset checkbox checked clear-recent-list closed comment comment_approved comment_author comment_author_email comment_author_url comment_content comment_date comment_ID comment_parent comment_post_ID comment_shortcuts comment_status comments_listing comments_popup confirmdelete connection_type content context cpage create-new-attachment createuser customize_messenger_channel customized customlink-tab date date_format date_format_custom day default-header delete delete_all delete_all2 delete_comments delete_option delete_tags delete_widget deletebookmarks deletecomment deleted deletemeta deletepost description detached dismiss display_name do edit_date email error exact excerpt features feed fetch fheight file fileupload_maxk filter find_detached first_comment first_comment_author first_comment_url first_name first_page first_post found_post_id fwidth global_terms_enabled GLOBALS gmt_offset guid height hh hidden hidden_aa hidden_jj hidden_mm hidden_mn hidden_hh history hostname hour html-upload id ID ids id_base illegal_names insert-gallery insertonlybutton interim-login item-object item-type jj json json_data key last_name limited_email_domains link_id link_image link_name link_rss link_url link_visible linkcheck locale locked log logged_in_cookie m media media_type menu menu_items menu-item menu-item-attr-title menu-item-classes menu-item-db-id menu-item-description menu-item-object menu-item-object-id menu-item-parent-id menu-item-position menu-item-target menu-item-title menu-item-type menu-item-url menu-item-xfn menu-locations menu-name message meta metakeyinput metakeyselect metavalue minute mm mn mode monthnum more move multi_number name nav-menu-locations new new_role new_slug new_title newcat newcomment_author newcomment_author_email newcomment_author_url newcontent newuser nickname no_placeholder noapi noconfirmation noredir number offset oitar option option_page order orderby p pb page page_columns page_id page_options paged pagegen_timestamp pagename parent_id pass1 pass2 password permalink_structure photo_description photo_src phperror ping_status plugin plugin_status pointer position post post_category post_data post_format post_ID post_id post_mime_type post_password post_status post_title post_type post_view postid posts preview primary_blog private_key ps public_key publish pwd query reassign_user reauth redirect redirect_to ref referredby registration registrationnotification rememberme remove-background removeheader removewidget reset-background resetheader review rich_editing robots role s same save savewidget savewidgets screen scrollto search second section selectall selection send send_password sentence short show_sticky sidebar sidebars signup_for signup_form_id site_id site_name sitename size skip-cropping spam spammed src ss stage start static status sticky subdomain_install submit subpost subpost_id super_admin tab tag tag_ID tag-name tag_base tags_input tax tax_input tag-name target taxonomy tb term text-color the-widget-id theme theme_status thumb timezone_string time_format time_format_custom title thumbnail_id trash trashed type undismiss unspam unspammed untrash untrashed url update_home_url updated upgrade upload_filetypes upload_space_check_disabled use_ssl user user_id user_login user_name username users verify-delete version visibility visible w weblog_title welcome_email welcome_user_email widget_id widget_number widget-id widget-recent-comments widget-rss width withcomments withoutcomments wp_customize wp_http_referer wp_screen_options wp-preview WPLANG x1 y1 year WP 2 09/09/2023