RTMediaAlbum::get_current_author PHP 메소드

get_current_author() 공개 메소드

returns user_id of the current logged in user in wordpress
public get_current_author ( ) : integer
리턴 integer
    function get_current_author()
    {
        return intval(apply_filters('rtmedia_current_user', get_current_user_id()));
    }