SeedProd ドキュメンテーション

SeedProdのドキュメント、参考資料、チュートリアル

許可フィルター

注:この文書は開発者向けです。

SeedProdにアクセスできる人の権限を変更するには、権限フィルタを使用できます。下記はフィルターのリストです。フィルタの詳細については、https://developer.wordpress.org/reference/functions/add_filter/をご覧ください。

seedprod_main_menu_capability (デフォルトは edit_others_posts)
seedprod_dashboard_menu_capability (デフォルトは edit_others_posts)
seedprod_subscribers_menu_capability (デフォルト: edit_others_posts)
seedprod_growthtools_menu_capability (デフォルトは edit_others_posts)
seedprod_settings_menu_capability (デフォルトは edit_others_posts)
seedprod_templates_menu_capability (デフォルトは edit_others_posts)
seedprod_builder_menu_capability (デフォルトは edit_others_posts)
seedprod_delete_subscriber_capability (デフォルトは list_users)
seedprod_unarchive_pages_capability (デフォルトは list_users)
seedprod_archive_pages_capability (デフォルトは list_users)
seedprod_trash_pages_capability (デフォルトは list_users)
seedprod_install_plugins_capability (default to: install_plugins)
seedprod_update_plugins_capability (デフォルトは update_plugins)
seedprod_activate_plugins_capability (デフォルトは activate_plugins)

関連記事