Skip to content

wpto_ajax_form_submit

Fazle Bari edited this page Jan 4, 2021 · 1 revision
apply_filters( 'wpto_ajax_form_submit', $ajax_submit_btn, $post );

To Disable ajax Save Option, Just need return false

Parameters

$ajax_submit_btn

Get save tab as array

$post

Post

Return #

Return ajax_submit_btn

File Location #

admin/post_metabox.php

Source Code #

View Source Code

Clone this wiki locally