add_clean_index [ WordPress Function ]
add_clean_index ( $table, $index )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
{@internal Missing Short Description}}
{@internal Missing Long Description}}
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Docs for page upgrade.php
bool add_clean_index (string $table, string $index). string $table: Database table name. string $index: Database table index column. dbDelta (line 1495) ...
phpdoc.wordpress.org - PHPXRef 0.7 : WordPress : Detail view of upgrade.php
add_clean_index() maybe_add_column() get_alloptions_110() ...
phpxref.ftwr.co.uk - /wp-admin/includes/upgrade.php source - PHP Cross Reference ...
Jun 1, 2011... 521 // Clean up indices, add a few 522 add_clean_index($wpdb->posts, ' post_name'); 523 add_clean_index($wpdb->posts, 'post_status'); ...
xref.yoast.com - PHPXRef 0.6 : WordPress Source : /wp-admin/upgrade-functions ...
Jul 15, 2006... up indices, add a few 242 add_clean_index($wpdb->posts, 'post_name'); 243 ... 'comment_post_ID'); 247 add_clean_index($wpdb->links ...
wordpress.taragana.net