php RCP - 恢复管理器 - 设置自定义限制

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php RCP - 恢复管理器 - 设置自定义限制相关的知识,希望对你有一定的参考价值。

function custom_set_limit( $at_limit, $user_id ) {

	if ( is_user_logged_in() && ! current_user_can( 'administrator' ) ) {

		if ( empty( $user_id ) ) {
			$user_id = get_current_user_id();
		}

		$resume_args = array(
			'post_type'              => 'resume',
			'posts_per_page'         => 999,
			'post_status'            => array( 'publish', 'pending', 'hidden' ),
			'author'                 => $user_id,
			'update_post_term_cache' => false,
			'update_post_meta_cache' => false,
			'cache_results'          => false,
		);

		$resumes = new WP_Query( $resume_args );

		$count = $resumes->post_count;

		if ( $count >= 1 ) {
			return $at_limit = true;
		}

	}

}
add_filter( 'rcp_rm_is_at_resume_limit', 'custom_set_limit', 2, 10 );

以上是关于php RCP - 恢复管理器 - 设置自定义限制的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse RCP 资源管理(自定义Project)一 (转)

项目资源管理器未在 Eclipse rcp 应用程序中显示项目

ArcGis恢复初始设置(默认设置出厂设置)的方法

php任务管理器 —— Jobby

PHP中SESSION自定义会话管理器

iOS限免 | Python/PHP/HTML 编辑器密码管理器等 6 款APP