php Wordpress Algolia wp-config设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Wordpress Algolia wp-config设置相关的知识,希望对你有一定的参考价值。

//By turning this on, you will hide help notices on the autocomplete and instantsearch admin pages. This is sometimes useful if you are using a custom autocomplete or instantsearch implementation. (false)
define( 'ALGOLIA_HIDE_HELP_NOTICES', false);

//By turning this off, 1 post will equal 1 record but content will be truncated to fit into the Algolia payload max size. (true)
define( 'ALGOLIA_SPLIT_POSTS', true);

// Split the content over several records when exceeding ALGOLIA_CONTENT_MAX_SIZE (size in bytes). WARNING: you should only reduce this value, otherwise your queue will break. (2000)
define( 'ALGOLIA_CONTENT_MAX_SIZE', 2000);

// The Algolia application to use. (null)
define( 'ALGOLIA_APPLICATION_ID', null);

//The Algolia search only API key to use.
define( 'ALGOLIA_SEARCH_API_KEY', null);

//The Algolia admin API key to use. (null)
define( 'ALGOLIA_API_KEY', null);

//The index name prefix to use. ('wp_')
define( 'ALGOLIA_INDEX_NAME_PREFIX', 'wp_');

以上是关于php Wordpress Algolia wp-config设置的主要内容,如果未能解决你的问题,请参考以下文章

安装wordpress最后一步显示 抱歉,无法写入wp-config.php文件您可以手动创建wp-config.php文件

php WP Config模板#php #wp #wordpress #config

如何安装wordpress?

如何访问 http://localhost/wordpress/wp-admin/install.php?

php [WORDPRESS] - 脚注中的Wordpress动态版权日期#wp #footer #wordpress#functions.php

防止在错误版本的 PHP 或 WP 上激活 Wordpress 插件