LinkSearchMenuExpandDocument
Table of contents

その他

add_filterのコールバックに使える定義済み関数

NameReturn statement
__return_truereturn true;
__return_falsereturn false;
__return_zeroreturn 0;
__return_empty_arrayreturn array();
__return_nullreturn null;
__return_empty_stringreturn '';

File: wp-includes/functions.php

Usage:

add_filter( 'hook_name', '__return_true' );

ブログ記事

下記に掲載を希望される方はご連絡ください (詳細)


このカテゴリのページ

Back to top


Back to top

Copyright © 2021 Otti

Page last modified: