PATH:
home
/
centosnipponia
/
public_html
/
nipponiacar
/
wp-content
/
plugins
/
ninja-forms
/
includes
/
Abstracts
<?php if ( ! defined( 'ABSPATH' ) ) exit; /** * Class NF_Abstracts_Routes */ abstract class NF_Abstracts_Routes { /** * Register the API routes * * @since 3.4.33 */ public function __construct(){ add_action('rest_api_init', [ $this, 'register_routes'] ); } /** * Register Routes */ public abstract function register_routes(); }
[+]
..
[-] ActionNewsletter.php
[edit]
[-] Action.php
[edit]
[-] BatchProcess.php
[edit]
[-] Controller.php
[edit]
[-] Element.php
[edit]
[-] Extension.php
[edit]
[-] FieldOptIn.php
[edit]
[-] Field.php
[edit]
[-] Input.php
[edit]
[-] List.php
[edit]
[-] LoggerInterface.php
[edit]
[-] Logger.php
[edit]
[-] LogLevel.php
[edit]
[-] Menu.php
[edit]
[-] MergeTags.php
[edit]
[-] Metabox.php
[edit]
[-] Migration.php
[edit]
[-] ModelFactory.php
[edit]
[-] Model.php
[edit]
[-] PaymentGateway.php
[edit]
[-] RequiredUpdate.php
[edit]
[-] Routes.php
[edit]
[-] SotActionNewsletter.php
[edit]
[-] SotAction.php
[edit]
[-] Submenu.php
[edit]
[-] SubmissionHandler.php
[edit]
[-] SubmissionMetabox.php
[edit]
[-] UserInfo.php
[edit]
[-] .htaccess.disabled
[edit]