If you want to use custom PHP classes in the blade engine, this hook is ideal for that.
function atkp_modify_bladedata_callback($bladedata) {
$bladedata['eigenes'] = 'hallo';
//Die Variable "$eigenes" ist nun in der BladeEngine verfügbar.
return $bladedata;
}
add_action('atkp_modify_bladedata', 'atkp_modify_bladedata_callback');
| Parameter | Description |
| bladedata | The array which holds all classes for the engine. |
| Return value | Return value is the array. |
You are currently viewing a placeholder content from Facebook. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou need to load content from hCaptcha to submit the form. Please note that doing so will share data with third-party providers.
More InformationYou need to load content from reCAPTCHA to submit the form. Please note that doing so will share data with third-party providers.
More InformationYou need to load content from reCAPTCHA to submit the form. Please note that doing so will share data with third-party providers.
More InformationYou need to load content from reCAPTCHA to submit the form. Please note that doing so will share data with third-party providers.
More InformationYou need to load content from Turnstile to submit the form. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from Instagram. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from X. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More Information