D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
models
/
Filename :
indexable-extension.php
back
Copy
<?php namespace Yoast\WP\SEO\Models; use Yoast\WP\Lib\Model; /** * Abstract class for indexable extensions. */ abstract class Indexable_Extension extends Model { /** * Holds the Indexable instance. * * @var Indexable */ protected $indexable = null; /** * Returns the indexable this extension belongs to. * * @return Indexable The indexable. */ public function indexable() { if ( $this->indexable === null ) { $this->indexable = $this->belongs_to( 'Indexable', 'indexable_id', 'id' )->find_one(); } return $this->indexable; } }
Name
Size
Last Modified
Owner
Permissions
Actions
indexable-extension.php
0.552
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
indexable-hierarchy.php
0.571
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
indexable.php
5.261
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
primary-term.php
0.652
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
seo-links.php
1.264
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
seo-meta.php
0.523
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
2017 © D7net | D704T team