├── LICENSE ├── README.md └── snippets ├── admin-email.php ├── child-report-period-get.php ├── child-report-period-set.php ├── config-recovery-mode-email.php ├── gravityforms-overview.php ├── health-check-get.php ├── health-check-set-tests.php ├── health-check-track.php ├── ithemes-security-notification-center-assistant.php ├── post-promoter-pro.php ├── search-engine-visibility.php ├── user-registration-status.php ├── wp-mail-smtp-get.php ├── wptc-backup-storage-location.php └── wptc-wpmerge-staging-recording.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/README.md -------------------------------------------------------------------------------- /snippets/admin-email.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/admin-email.php -------------------------------------------------------------------------------- /snippets/child-report-period-get.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/child-report-period-get.php -------------------------------------------------------------------------------- /snippets/child-report-period-set.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/child-report-period-set.php -------------------------------------------------------------------------------- /snippets/config-recovery-mode-email.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/config-recovery-mode-email.php -------------------------------------------------------------------------------- /snippets/gravityforms-overview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/gravityforms-overview.php -------------------------------------------------------------------------------- /snippets/health-check-get.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/health-check-get.php -------------------------------------------------------------------------------- /snippets/health-check-set-tests.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/health-check-set-tests.php -------------------------------------------------------------------------------- /snippets/health-check-track.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/health-check-track.php -------------------------------------------------------------------------------- /snippets/ithemes-security-notification-center-assistant.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/ithemes-security-notification-center-assistant.php -------------------------------------------------------------------------------- /snippets/post-promoter-pro.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/post-promoter-pro.php -------------------------------------------------------------------------------- /snippets/search-engine-visibility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/search-engine-visibility.php -------------------------------------------------------------------------------- /snippets/user-registration-status.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/user-registration-status.php -------------------------------------------------------------------------------- /snippets/wp-mail-smtp-get.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/wp-mail-smtp-get.php -------------------------------------------------------------------------------- /snippets/wptc-backup-storage-location.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/wptc-backup-storage-location.php -------------------------------------------------------------------------------- /snippets/wptc-wpmerge-staging-recording.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uamv/snippets-mainwp-code-snippets/HEAD/snippets/wptc-wpmerge-staging-recording.php --------------------------------------------------------------------------------