Using WordPress ‘print_embed_sharing_dialog()’ PHP function Written by Adrian Gordon WordPress Prints the necessary markup for the embed sharing dialog.
Using WordPress ‘multisite_over_quota_message()’ PHP function Written by Adrian Gordon WordPress Displays the out of storage quota message in Multisite.
Using WordPress ‘post_author_meta_box()’ PHP function Written by Adrian Gordon WordPress The `post_author_meta_box()` function is used in WordPress to display a form field with a list of authors
How to use a shortcode to display an external file in your posts Written by Adrian Gordon WordPress Learn how to use a shortcode to display an external file in your WordPress posts. This code retrieves the file from and displays it using the built-in WordPress functions wp_remote_get…