naoaki011 / mt-plugin-rebuild-customobject-by-column-value

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rebuild CustomObject by ColumnValue

<MTRebuildCustomObjectByColumnValue eq="hoge"> カスタムオブジェクト名がhogeのカスタムオブジェクトアーカイブが再構築される。

<MTRebuildCustomObjectByColumnValue column="name" class="customobject" eq="hoge"> 上と同じ動作をする。

column: mt_customobjectのカラムを指定する(ex. id, basename, name・指定無しの場合name)

class: customobject または サブクラスのオブジェクトクラス(指定なしの場合customobject)

eq: 比較する値(必須・指定カラムがこの値であるものが再構築対象になる)

blog_id: 再構築するブログ記事のあるブログID(指定無しの場合はカレントブログ・allを指定した時はすべてのブログが対象)

About