File "Hooker.php"

Full path: /home/kosmetik/public_html/wp-includes/Requests/Hooker.php
File size: 159 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

interface Requests_Hooker
{
    public function register($hook, $callback, $priority = 0);
    public function dispatch($hook, $parameters = array());
}