R
Size: a a a
R
2
AL
AL
R
WH
add_action( 'post_submitbox_misc_actions', 'custom_button' );
function custom_button(){
$html = '<div id="major-publishing-actions" style="overflow:hidden">';
$html .= '<div id="publishing-action">';
$html .= '<input type="submit" onclick="sending()" accesskey="p" tabindex="5"
value="Save and send to email" class="button-primary" id="custom" name="publish">';
$html .= '</div>';
$html .= '</div>';
echo $html;
}
МW
AA
AA
МК
AA
YJ
AB
СД
AB
S
L
R
R