Title: Shortcode Callback
Author: digitalpoint
Published: <strong>Òkúdù 18, 2015</strong>
Last modified: Ògún  17, 2015

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/shortcode-callback/assets/banner-772x250.jpg?rev=1184377)

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

![](https://ps.w.org/shortcode-callback/assets/icon-256x256.png?rev=1184377)

# Shortcode Callback

 Láti ọwọ́ [digitalpoint](https://profiles.wordpress.org/digitalpoint/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/shortcode-callback.1.0.0.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/shortcode-callback/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/shortcode-callback/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/shortcode-callback/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/shortcode-callback/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/shortcode-callback/)

## Àpèjúwe

The Shortcode Callback plugin allows you to use a [callback] shortcode to execute
arbitrary PHP code wherever the shortcode is used.

**Usage**

Execute someFunction() and insert whatever it returns with the following shortcode:
[
callback function=”someFunction”]

Example shortcode to include a PHP file (the path is relative to WordPress’ ABSPATH),
then insert the results of someFunction() where you used the shortcode:
 [callback
include=”custom/filetoinclude.php” function=”someFunction”]

Shortcode example that includes a PHP file (the path is relative to WordPress’ ABSPATH),
then passes a paramter to someFunction() and returns the results where you used 
the shortcode:
 [callback function=”someFunction” include=”custom/filetoinclude.
php” param=”something”]

The format to call a class/method with the shortcode is exactly the same as above,
except you specify the class::method in the “function” attribute of the shortcode.
[
callback function=”someClass::someFunction” include=”custom/filetoinclude.php” param
=”something”]

There is an example (with PHP code) [over here](https://wordpress.org/plugins/shortcode-callback/faq/).

## Ìgbéwọlẹ̀

 1. Upload `shortcode-callback` folder to the `/wp-content/plugins/` directory.
 2. Activate the Shortcode Callback plugin through the ‘Plugins’ menu in the WordPress
    admin area.

## FAQ

  Do you have an example of where the Shortcode Callback plugin is used?

I built this plugin primarily because I needed a way to inject the “Daily Yield”
and “Total Yield” numbers to [my solar power chart page](https://shawnhogan.com/solar-power-chart#utm_source=readme&utm_medium=wordpress&utm_campaign=plugin).

  The shortcode being used:

[callback function=”DigitalPointElectricity::total_output” param=”daily” include
=”custom/Electricity.php”]

  The `custom/DigitalPointElectricity.php` file being called by the shortcode:

<?php

    ```
    class DigitalPointElectricity
    {
        public static function total_output($timeframe)
        {
            $totals = $GLOBALS['memcache']->get('shawnhogan-pv-total');

            if ($timeframe == 'total')
            {
                return $totals->Items[2]->TotalYield;
            }
            elseif ($timeframe == 'daily')
            {
                return $totals->Items[1]->DailyYield;
            }
        }
    }
    ```

## Àwọn àgbéyẹ̀wò

![](https://secure.gravatar.com/avatar/229f6fc906343a77a77da40bc87986775794c3adefb75e1c25f1c42664705422?
s=60&d=retro&r=g)

### 󠀁[Great way to add custom functionality](https://wordpress.org/support/topic/great-way-to-add-custom-functionality/)󠁿

 [warpenstein](https://profiles.wordpress.org/warpenstein/) Ọ̀pẹ 29, 2016

This is a really good way of adding some custom code without having to create a 
new WP plugin. Simply add a php file to your wordpress and display the result using
a shortcode. Just remember: DonÌtumọ̀ Yorùbá: ’t use echo or print in your functions
or the output will be displayed above your post and not where your shortcode is.
To display contents correctly always return them as shown in the examples. To render
template files with lots of html: ob_start() require 'my_custom_template.php'; $
contents = ob_get_contents(); ob_end_clean(); The resulting output will be stored
in the $contents variable thanks to the output buffer. The template file can contain
php which will be interpreted like every file that is being included using require().

 [ Ka gbogbo àgbéyẹ̀wò 1 ](https://wordpress.org/support/plugin/shortcode-callback/reviews/)

## Àwọn Olùkópa & Olùgbéejáde

“Shortcode Callback” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe
ìkópa sí plugin yìí.

Àwọn Olùkópa

 *   [ digitalpoint ](https://profiles.wordpress.org/digitalpoint/)

[Túmọ̀ “Shortcode Callback” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/shortcode-callback)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/shortcode-callback/), 
ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/shortcode-callback/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/shortcode-callback/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/shortcode-callback/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.0.0

 * Initial release

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.0.0**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 11 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 2.5 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **4.3.0**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/shortcode-callback/)
 * Àwọn àmì
 * [bbcode](https://yor.wordpress.org/plugins/tags/bbcode/)[callback](https://yor.wordpress.org/plugins/tags/callback/)
   [php](https://yor.wordpress.org/plugins/tags/php/)[short code](https://yor.wordpress.org/plugins/tags/short-code/)
   [shortcode](https://yor.wordpress.org/plugins/tags/shortcode/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/shortcode-callback/advanced/)

## Àwọn ìbò

 5 lára àwọn ìràwọ̀ 5.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/shortcode-callback/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/shortcode-callback/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/shortcode-callback/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/shortcode-callback/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/shortcode-callback/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/shortcode-callback/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/shortcode-callback/reviews/)

## Àwọn Olùkópa

 *   [ digitalpoint ](https://profiles.wordpress.org/digitalpoint/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/shortcode-callback/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](https://marketplace.digitalpoint.com/shortcode-callback.3383/item#utm_source=readme&utm_medium=wordpress&utm_campaign=plugin)