plugin updates
This commit is contained in:
@@ -15,7 +15,6 @@ if ( ! class_exists( 'acf_field_oembed' ) ) :
|
||||
* @param n/a
|
||||
* @return n/a
|
||||
*/
|
||||
|
||||
function initialize() {
|
||||
|
||||
// vars
|
||||
@@ -51,7 +50,6 @@ if ( ! class_exists( 'acf_field_oembed' ) ) :
|
||||
* @param $field (array)
|
||||
* @return (int)
|
||||
*/
|
||||
|
||||
function prepare_field( $field ) {
|
||||
|
||||
// defaults
|
||||
@@ -107,7 +105,6 @@ if ( ! class_exists( 'acf_field_oembed' ) ) :
|
||||
* @param $post_id (int)
|
||||
* @return $post_id (int)
|
||||
*/
|
||||
|
||||
function ajax_query() {
|
||||
|
||||
// validate
|
||||
@@ -133,7 +130,6 @@ if ( ! class_exists( 'acf_field_oembed' ) ) :
|
||||
* @param $options (array)
|
||||
* @return (array)
|
||||
*/
|
||||
|
||||
function get_ajax_query( $args = array() ) {
|
||||
|
||||
// defaults
|
||||
@@ -176,7 +172,6 @@ if ( ! class_exists( 'acf_field_oembed' ) ) :
|
||||
* @since 3.6
|
||||
* @date 23/01/13
|
||||
*/
|
||||
|
||||
function render_field( $field ) {
|
||||
|
||||
// atts
|
||||
|
||||
Reference in New Issue
Block a user