All Projects → pods-framework → pods-extend

pods-framework / pods-extend

Licence: GPL-2.0 license
A starter plugin for extending Pods' functionality

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to pods-extend

Inspire
主题式Swift开发工具包,包含布局、颜色、字体等。
Stars: ✭ 16 (+45.45%)
Mutual labels:  pods
SceneKit-PortalMask
Clean class to create a portal in SceneKit for use in ARKit.
Stars: ✭ 60 (+445.45%)
Mutual labels:  pods
UIMenuScroll
The horizontal swiping navigation like on Facebook Messenger.
Stars: ✭ 18 (+63.64%)
Mutual labels:  pods
Reloader
Reloader is maintained by Stakater. Like it? Please let us know at [email protected]
Stars: ✭ 2,930 (+26536.36%)
Mutual labels:  pods
Rkt
[Project ended] rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards.
Stars: ✭ 8,870 (+80536.36%)
Mutual labels:  pods
Kubernetes Workshop
⚙️ A Gentle introduction to Kubernetes with more than just the basics. 🌟 Give it a star if you like it.
Stars: ✭ 3,122 (+28281.82%)
Mutual labels:  pods
ultimate-kubernetes-bootcamp
Ultimate Kubernetes Bootcamp
Stars: ✭ 43 (+290.91%)
Mutual labels:  pods
pods-beaver-builder-themer-add-on
Integration of Beaver Themer plugin for WordPress (https://pods.io/beaver-themer/)
Stars: ✭ 37 (+236.36%)
Mutual labels:  pods
pody
👾 Pody — CLI app to manage your Pods in your Kubernetes cluster. (DEPRECATED)
Stars: ✭ 69 (+527.27%)
Mutual labels:  pods
golang-health-checker
A simple package to allow you to track your application healthy
Stars: ✭ 12 (+9.09%)
Mutual labels:  pods

Pods Starter Plugin

A starter plugin for extending Pods' functionality.

Requires Pods 2.3.18 or later. (Please keep this notice in your plugin and set the appropriate version.)

Instructions

  • Naming

    You will need to change the name of the plugin in a few simple steps:

    • Rename the base plugin folder name and primary PHP file named 'pods-extend.php' to your plugin's name. Make sure the folder name matches the name of the PHP file (without .php on the end).

    • Search for 'pods-extend' and replace with your desired plugin name in all lowercase with dashes between words (if desired).

    • Search for 'Pods Starter Plugin' and replace with your plugin's proper name.

    • Search for 'Pods_Extend' and replace with your plugin's proper name with underscores instead of spaces between words.

    • Search for 'PODS_EXTEND' and replace with your plugin's proper name in all caps. This is for constants.

    • Be sure to set the plugin header meta data. See https://codex.wordpress.org/Writing_a_Plugin#Names.2C_Files.2C_and_Locations.

  • Usage

Tutorials, like winter are coming.

  • Adding options to Pods Admin:

    Check out the example filters in __construct(). Be sure to note the complete example that has example callbacks.

  • Adding a new Pods field:

    See the example class. Don't forget to include the file and initialize the class.

When Not To Use This Plugin

  • If you are not comfortable with object-oriented PHP.

  • When this plugin is overkill.

If you just need to add some code to help implement Pods in your site, and do not need what this plugin provides, you may be better served by this plugin. It simply includes a file for your custom code, if Pods is active.

Notes and License

This plugin is based on Base WP Plugin and like Pods and WordPress is licensed under the terms of the GNU General Public License (GPL) version 2.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].