我使用WooCommerce Memberships插件来限制我网站上的帖子访问权限,这似乎限制std::cout << a[4].index_ << "\n";
仅显示前55个字(std::cout << std::next(a,4)->index_ << "\n";
std::cout << (a+4)->index_ << "\n";
)。其后的任何内容都被Membership插件隐藏,这是预期的行为。
但是,我正在寻找一种以编程方式绕过此限制的方法,并强制the_content()或其他函数始终返回完整的帖子内容。
有没有办法实现这个目标?
答案 0 :(得分:0)
您是否尝试过get_the_content()函数,如果插件对the_content()应用了限制,这应该可行。
UserId FirstName LastName ManagerId SupervisorId
1 John Wick Lebron Black
2 Black Panther Lebron John
3 Lebron James Lebron John