wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wxr_export_skip_postmeta › Les Filtres WordPress

Depuis3.3.0
Dépréciéen/a
apply_filters( 'wxr_export_skip_postmeta', false, $meta->meta_key, $meta )
Paramètres: (3)
  • (bool) $skip Whether to skip the current post meta. Default false.
    Requis: Oui
  • (string) $meta_key Current meta key.
    Requis: Oui
  • (object) $meta Current meta object.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether to selectively skip post meta used for WXR exports.

Returning a truthy value from the filter will skip the current meta object from being exported.





Source

if ( apply_filters( 'wxr_export_skip_postmeta', false, $meta->meta_key, $meta ) ) {