Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web28/html/wp-content/plugins/duplicator/src/Ajax/ |
Current File : //var/www/web28/html/wp-content/plugins/duplicator/src/Ajax/AbstractAjaxService.php |
<?php /** * @package Duplicator * @copyright (c) 2022, Snap Creek LLC */ namespace Duplicator\Ajax; abstract class AbstractAjaxService { /** * Init ajax calls * * @return void */ abstract public function init(); /** * Add ajax action * * @param string $tag ajax tag name * @param string $methodName method name * * @return bool Always returns true */ protected function addAjaxCall($tag, $methodName) { return add_action($tag, array($this, $methodName)); } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare