passster 使い方

プラグイン「Passster – Password Protection」の使い方

使い方は非常に簡単です。
限定公開にしたい部分を、ショートコード
passterの使い方
で挟むだけです。

Protected Area

This content is password-protected. Please verify with a password to unlock the content.

パスワードは、任意の英数字を指定してください。


<html>
  <body>
    <p>[ passster="12345" ]
[ /passster ] </p> </body> </html>

 

//単純な文字列を表示するショートコード
function shortcode_simpleText(){
return 'これはPHPで文字列を出す学習をしています';
}
add_shortcode('call_simpleText', 'shortcode_simpleText');

Follow me!

おすすめの記事