Programming-1

How To Get Email Alerts For 404 Pages In WordPress

Using the following lines of codes, you will be able to get an email alerts for 404 pages in your WordPress website.

Snippet Source/Credit: WP Mix

How To Modify Size Of Embedded Videos In WordPress

Simply paste the following snippet on your functions.php file and you will be able to modify the size of embedded videos as per your requirements.

Snippet Source/Credit: Shailan

Sharing Databases Between Two Domains In WordPress

The following snippet will let you share databases between two domains in WordPress.

In the active theme’s functions.php:

Snippet Source/Credit: WordPress.org

How To Test Whether A Plugin Is Active Or Not In WordPress

The following snippet will let you test that whether a plugin is active or not in WordPress.

Snippet Credit/Source: CatsWhoCode