Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tinybeans/1403140 to your computer and use it in GitHub Desktop.
Save tinybeans/1403140 to your computer and use it in GitHub Desktop.
MTAppInCats()はウェブページの編集画面でも使えます。つまりフォルダごとに動作を変更することができます。
if (mtappVars.screen_id === 'edit-page') {
$.MTAppInCats({
categories: '3', // ←フォルダIDをカンマ区切りで設定
code: function(){
alert('Have a good day!'); // 処理内容を指定($.MTAppCustomize()などなど)
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment