- Notifications
You must be signed in to change notification settings - Fork23
Repository for the MainWP Code Snippets Extension functions.
mainwp/Code-Snippets-Functions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains "code snippets" for use with theMainWP Code Snippets Extension.
The Code Snippets Extension is a custom plugin built to allow theMainWP Dashboard to excecute code snippets on aMainWP Child site.
MainWP Code Snippets Extension works by allowing you to run code snippets that would be in your themesfunctions.php or in the siteswp-config.php file. Code Snippets extension for MainWP is a simple way to add code snippets to your child sites from one centralized location.This tool is recommended for advanced users only. We only recommend utilizing it if you are experienced PHP coder.
Have a Code Snippet execute a function on the Child siteThis type of snippets will add the snippet on your child site and it will be executed on site load. This type of snippets will be saved in your child site database and will be executed each time your child site is loaded by the PHP command eval().
You would use this option to make actual changes on your child sites. For example, if you wanted to customize the admin footer across different sites in your network you would use this option.
Have a Code Snippet return information from a Child siteThis type of snippets will just get the info from child sites and display it in the Output Display. This type of snippets will not saved on your child sites.
This option queries the child and returns the information to you. An example would be if you wanted to know the published post count of all of your sites.
Have a Code Snippet edit the wp-config.php file on a Child siteThis type of snippets will be added to your child site wp-config.php file. This type of snippets will be saved only in your child site wp-config.php file.
One of the most important files in your WordPress installation is the wp-config.php file. A Code Snippet in this section allows you to do things such as increase WordPress memory, block external requests, disable WP Cron and much more.
About
Repository for the MainWP Code Snippets Extension functions.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.