WordPress – How to html escape post titles Written by Adrian Gordon WordPress Learn how to properly escape post titles in WordPress using either of the two common solutions - wrapping in esc_html() or creating a helper filter.
Using WordPress ‘antispambot()’ PHP function Written by Adrian Gordon WordPress Converts email addresses characters to HTML entities to block spam bots.
Using WordPress ‘esc_html()’ PHP function Written by Adrian Gordon WordPress Learn how to use the WordPress 'esc_html()' PHP function to safely output HTML without risk of Cross-Site Scripting (XSS) attacks
Using WordPress ‘get_current_theme()’ PHP function Written by Adrian Gordon WordPress The `get_current_theme()` function in WordPress retrieves the current theme's name using the `get_current_theme` function
Using WordPress ‘get_currentuserinfo()’ PHP function Written by Adrian Gordon WordPress Populate global variables with information about the currently logged in user.
Using WordPress ‘get_category_link()’ PHP function Written by Adrian Gordon WordPress Learn how to use the WordPress 'get_category_link()' PHP function to retrieve a category's URL using the get_category_link() function in your WordPress website development projects
Using WordPress ‘get_blogaddress_by_id()’ PHP function Written by Adrian Gordon WordPress The `get_blogaddress_by_id()` function in WordPress retrieves a full blog URL given a blog ID
Using WordPress ‘get_block_editor_theme_styles()’ PHP function Written by Adrian Gordon WordPress Creates an array of theme styles to load into the block editor.
Using WordPress ‘get_admin_page_title()’ PHP function Written by Adrian Gordon WordPress The `get_admin_page_title()` function in WordPress returns the title of the current admin page for use in theming or other purposes